URL Formats: DataDirect Connect XE for JDBC Drivers
The following table shows the URL formats for DataDirect Connect XE for JDBC drivers, where:
server_name is the URL that identifies a Salesforce instance. If you do not specify an instance,
login.salesforce.com is used as the value.

The integer value that appears after the server name is the port number on which the Salesforce instance is listening.
Table 4. URL Formats for DataDirect Connect XE for JDBC Drivers
Driver | URL Format |
Driver for Apache Hive | jdbc:datadirect:hive://server_name:54000;User=user_name; Password=password |
Greenplum | jdbc:datadirect:greenplum://server_name:5432;DatabaseName=your_database; Password=password |
Salesforce | jdbc:datadirect:sforce:SecurityToken=value;User=user_name; Password=password |
See
Salesforce Driver for a complete list of connection properties for the driver and more examples of connecting to Salesforce.