skip to main content
JDBC extensions
  

Try DataDirect Drivers Now

JDBC extensions

This section describes the JDBC extensions provided by the com.ddtek.jdbc.extensions package. Some extensions apply to select drivers. In some cases, the functionality described may not apply to the driver or data store you are using. The interfaces in the com.ddtek.jdbc.extensions are:
Interface/Class
Description
DatabaseMetadata
The methods in this interface are used with the Autonomous REST Connector and the drivers for Oracle Eloqua, Oracle Sales Cloud, Oracle Service Cloud, Salesforce, and Google BigQuery to extend the standard JDBC metadata results returned by the DatabaseMetaData.getColumns() method to include an additional column.
DDBulkLoad
Methods that allow your application to perform bulk load operations.
ExtConnection
Methods that allow you to perform the following actions:
*Store and return client information.
*Switch the user associated with a connection to another user to minimize the number of connections that are required in a connection pool.
*Access the DataDirect Statement Pool Monitor from a connection.
ExtDatabaseMetaData
Methods that allow your application to return client information parameters.
ExtLogControl
Methods that allow you to determine if DataDirect Spy logging is enabled and turning on and off DataDirect Spy logging if enabled.
* Using JDBC wrapper methods to access JDBC extensions
* DatabaseMetaData interface
* DDBulkLoad interface
* ExtConnection interface
* ExtDatabaseMetaData interface
* ExtLogControl class