The Parasoft JDBC Driver includes multiple interface implementations that map to common database driver counterparts. This ensures better compatibility and reliability so that the impact on your applications is minimized.
It covers:
Delegates to org.apache.derby.jdbc.ClientXADataSource
.
Delegates to org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
.
Delegates to org.apache.derby.jdbc.EmbeddedXADataSource
.
For use with the IBM DB2 JCC drivers.
Extends com.ibm.db2.jcc.DB2ConnectionPoolDataSource
.
Extends com.ibm.db2.jcc.DB2XADataSource
.
Extends sanchez.jdbc.pool.ScConnectionPoolDataSource
.
Extends com.mysql.jdbc.jdbc2.optional.MysqlDataSource
.
Extends com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
.
Extends com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
.
For use with the ojdbc drivers provided by Oracle.
Extends oracle.jdbc.xa.client.OracleXADataSource
.
Extends oracle.jdbc.pool.OracleDataSource
.
Extends oracle.jdbc.pool.OracleConnectionPoolDataSource
.
Extends org.postgresql.xa.PGXADataSource
.
For use with Microsoft SQL Server.
Extends com.microsoft.sqlserver.jdbc.SQLServerDataSource
.
extends com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource
.
Delegates to com.microsoft.sqlserver.jdbc.SQLServerXADataSource
.
Implements com.microsoft.sqlserver.jdbc.ISQLServerDataSource
, javax.sql.DataSource
,
javax.sql.ConnectionPoolDataSource, javax.sql.XADataSource
.
Implements java.sql.Driver
.
Generic implementation for applications that use java.sql.Driver
to create JDBC connections.