skip to main content
Configuring Hybrid Data Pipeline for JDBC : Getting started with the JDBC driver : Driver and Data Source Classes
  

Try Now

Driver and Data Source Classes

The driver class for the Hybrid Data Pipeline Driver for JDBC is:
com.ddtek.jdbc.ddhybrid.DDHybridDriver
Two data source classes are provided with the driver. Which data source class you use depends on the JDBC functionality your application requires. The following table shows the recommended data source class to use with different JDBC specifications.
Table 141. Choosing the Data Source Class
If your application requires...
Choose data source class
JDBC 4.0 functionality and higher
com.ddtek.jdbcx.ddhybrid.DDHybridDataSource40
JDBC 3.0 functionality and earlier specifications
com.ddtek.jdbcx.ddhybrid.DDHybridDataSource
See Connecting using JDBC data sources for information about data sources.