Connection Properties
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
This section lists the connection properties supported by the driver for Hybrid Data Pipeline data sources and describes each property. The properties have the form:
property=value
You can use these connection properties with either the JDBC Driver Manager or JDBC data sources unless otherwise noted.
Note: All connection property names are case-insensitive. For
example, Password is the same as password. Required properties are noted as
such.
Note: The data type listed for each connection property is
the Java data type used for the property value in a JDBC data source.
The following table provides a summary of the connection properties supported by the driver and their default values.
| Property | Default |
|---|---|
| ConvertNull | 1
(data type check is performed if column value is null) |
| DataSourcePassword | empty string |
| DataSourceUserID | empty string |
| EnableCancelTimeout | false |
| EncryptionMethod | SSL |
| FollowRedirects | false |
| HostNameInCertificate | None |
| HybridDataPipelineDataSource | empty string |
| InsensitiveResultSetBufferSize | 2048
(KB of memory) |
| JavaDoubleToString | false |
| LogConfigFile | ddhybridlogging.properties |
| LoginTimeout | 0
(no timeout) |
| Password | None |
| ProxyHost | empty string |
| ProxyPassword | empty string |
| ProxyPort | empty string |
| ProxyUser | empty string |
| QueryTimeout | 0
(query does not time out) |
| TransactionMode | transactions |
| TrustStore | None |
| TrustStorePassword | None |
| User | None |
| ValidateServerCertificate | true |
| WSRetryCount | 0 (driver does not retry timed-out requests) |
| WSTimeout | 12000 (milliseconds) |