skip to main content
JDBC Extensions
  
JDBC Extensions
This chapter describes the JDBC extensions provided by the com.ddtek.jdbc.extensions package. The interfaces in this package are:
Interface/Class
Description
For more information
DatabaseMetadata
The method in this interface is used with the Salesforce driver 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.
Refer to "Using DataDirect Bulk Load" in the DataDirect Connect Series for JDBC User’s Guide.
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.
Refer to "Using Client Information" in the DataDirect Connect Series for JDBC User’s Guide.
Refer to "Using Reauthentication" in the DataDirect Connect Series for JDBC User’s Guide.
ExtLogControl
Methods that allow you to determine if DataDirect Spy logging is enabled and turning on and off DataDirect Spy logging if enabled.
This section includes the following topics:
* Using JDBC Wrapper Methods to Access JDBC Extensions
* DatabaseMetaData Interface (Salesforce Driver)
* DDBulkLoad Interface
* ExtConnection Interface
* ExtDatabaseMetaData Interface
* ExtLogControl Class