JDBC extensions
- Last Updated: May 18, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
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 certain DataDirect drivers to extend the standard JDBC metadata results returned by the DatabaseMetaData.getColumns() method to include an additional column. See "DatabaseMetadata interface" for a list of drivers that support these methods. |
| DDBulkLoad | Methods that allow your application to perform bulk load operations. These methods are supported only by drivers that support DataDirect Bulk Load. See "DDBulkLoad interface" for supported methods. Refer to the user's guide for your driver for driver-specific bulk load support information. |
| ExtConnection | Methods that allow you to perform the
following actions:
|
| 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. |