This class makes sure that the database is propertly initialized before the
tests are executed and that the database is properly shutdown when all
tests are finished.
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are IBM DB2 database specific
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are HSQLDB database specific
This class encapsulates details about creation and upgrade of database schema
required to test database driver functionality for tables which are SAP DB
database specific.
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are MS SQL Server database specific
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are MySQL database specific
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are Oracle database specific
Base class containing tests for general concepts of pooled database connection
factories, which every pooled database connection factory should support.
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are Postgre SQL database specific
This class encapsulates details about creation and upgrade of database schema
required to test database driver functionality for tables which are SAP DB
database specific.
This class encapsulates details about creation and upgrade
of database schema required to test database driver functionality
for tables which are Sybase database specific
Test implemented to try to detect bug in JDBC Transaction manager which
was causing the transaction to stay active if nothing was done during
the transaction
Test implemented to try to detect bug in JDBC Transaction manager which
was causing the transaction to stay active if nothing was done during
the transaction
Test if there can be stored empty string in the VARCHAR type column
This is not working with some older version of 'com.p6spy.engine.spy.P6SpyDriver'
also Oracle doesn't make any difference betweeen null and empty string
which may cause problems in the code.
Test for request X+1 connections when there is possible to grow pool
(CAN GROW flag = TRUE or particular pool supports it)
This method is the same as testRequestOneMoreCannotGrow() but we need to have
two methods with different names because we need to set different value
for CAN GROW property.