The Parasoft JDBC Driver includes multiple interface implementations that map to common database driver JDBC data source counterparts. This ensures better compatibility and reliability so that the impact on your applications is minimized. In this section:These implementations are only needed for JDBC data sources; no implementation class is required for working with JDBC Drivers.
| Table of Contents | ||
|---|---|---|
|
Apache Derby
com.parasoft.xtest.jdbc.virt.driver.derby.ClientXADataSource
...
Delegates to org.apache.derby.jdbc.EmbeddedXADataSource.
IBM DB2
For use with the IBM DB2 JCC drivers.
...
Extends com.ibm.db2.jcc.DB2XADataSource.
MUMPS
com.parasoft.xtest.jdbc.virt.driver.mumps.ScConnectionPoolDataSource
Extends sanchez.jdbc.pool.ScConnectionPoolDataSource.
MySQL
com.parasoft.xtest.jdbc.virt.driver.mysql.MysqlDataSource
...
Extends com.mysql.jdbc.jdbc2.optional.MysqlXADataSource.
ORACLE
For use with the ojdbc drivers provided by Oracle.
...
Extends oracle.jdbc.pool.OracleConnectionPoolDataSource.
PostgreSQL
com.parasoft.xtest.jdbc.virt.driver.postgres.PGXADataSource
Extends org.postgresql.xa.PGXADataSource.
SQL Server
For use with Microsoft SQL Server.
...
javax.sql.ConnectionPoolDataSource, javax.sql.XADataSource.
Generic/Other Drivers
com.parasoft.xtest.jdbc.virt.driver.JDBCProxyDriver
...