Additional Properties
- Last Updated: December 20, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
The following table summarizes additional connection properties.
| Property | Characteristic |
|---|---|
| ApplyToLabel | Determines whether the driver applies the
toLabel() function to the picklist fields when executing queries. If set to
If set to The default is |
| CatalogOptions | Determines which type of metadata information is included in result
sets when an application calls DatabaseMetaData methods. If set to
If set to The default is |
| ClientTimeZone | Specifies the time zone other than UTC (Universal Time Coordinated)
that should be used when translating data store time and timestamp values between
the client and the driver. By default, the driver determines the client time zone based on the system-specific time zone settings. |
| ConvertNull | Controls how data conversions are handled for null values. If
set to If set to The default is
|
| FetchSize | Specifies the maximum number of rows that the
driver processes before returning data to the application for a single fetch request
when executing a Select. This value provides a suggestion to the driver as to the
number of rows that should be returned to the application. The driver may fetch
fewer rows to conserve memory when processing exceptionally wide rows. If set to If set to |
| InitializationString | Specifies one or multiple SQL commands to be executed by the driver after it has established the connection to the database and has performed all initialization for the connection. If the execution of a SQL command fails, the connection attempt also fails and the driver throws an exception indicating which SQL command or commands failed. |
| InsensitiveResultSetBufferSize | Determines the amount of memory used by the driver
to cache insensitive result set data. If set to If set to
If set to The default is |
| JavaDoubleToString | Determines which algorithm the driver uses when converting a double or float
value to a string value. By default, the driver uses its own internal conversion
algorithm, which improves performance. If set to If set to The default is |
| LogConfigFile | Specifies the filename of the configuration file
used to initialize driver logging. The default is |
| ReadOnly | Specifies whether the connection supports
read-only access to the data source. If set to
The driver generates an exception if any other command is executed. If set to The default is |
| SpyAttributes | Enables DataDirect Spy to log detailed information about calls issued by the driver on behalf of the application. DataDirect Spy is disabled by default. |
| TransactionMode | Specifies how the driver handles manual
transactions. If set to If set to The default is |