skip to main content
Using the Driver : Connecting from an Application : Driver and Data Source Classes
  

Try DataDirect Drivers Now

Driver and Data Source Classes

The driver class is:
com.ddtek.jdbc.cassandra.CassandraDriver
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 16. Choosing a Data Source Class
If your application requires...
JVM Version
Data Source Class
JDBC 4.0 functionality and higher
Java SE 6 or higher
com.ddtek.jdbcx.cassandra.CassandraDataSource40
JDBC 3.x functionality and earlier specifications
Java SE 6 or higher
com.ddtek.jdbcx.cassandra.CassandraDataSource
See Connecting Using Data Sources for information about Progress DataDirect data sources.