| Class | Description |
|---|---|
| TestBatchUpdates |
Test for batch updates.
|
| TestCallableStatement |
Tests for the CallableStatement class.
|
| TestCancel |
Tests Statement.cancel
|
| TestConcurrentConnectionUsage |
Test concurrent usage of the same connection.
|
| TestConnection |
Tests the client info
|
| TestCustomDataTypesHandler |
Tests
CustomDataTypesHandler. |
| TestCustomDataTypesHandler.ComplexNumber |
Complex number
|
| TestCustomDataTypesHandler.TestOnlyCustomDataTypesHandler |
The custom data types handler to use for this test.
|
| TestCustomDataTypesHandler.ValueComplex |
Value type implementation that holds the complex number
|
| TestDatabaseEventListener |
Tests the DatabaseEventListener interface.
|
| TestDatabaseEventListener.Init |
Initialize the database after opening.
|
| TestDatabaseEventListener.MyDatabaseEventListener |
The database event listener for this test.
|
| TestDriver |
Tests the database driver.
|
| TestGetGeneratedKeys |
Tests for the
Statement.getGeneratedKeys(). |
| TestGetGeneratedKeys.TestGetGeneratedKeysTrigger | |
| TestJavaObject |
Tests java object values when SysProperties.SERIALIZE_JAVA_OBJECT property is
disabled.
|
| TestJavaObject.MyObj |
A test class.
|
| TestJavaObjectSerializer |
Tests
JavaObjectSerializer. |
| TestJavaObjectSerializer.DbLevelJavaObjectSerializer |
The serializer to use for this test.
|
| TestLimitUpdates |
Test for limit updates.
|
| TestLobApi |
Test the Blob, Clob, and NClob implementations.
|
| TestManyJdbcObjects |
Tests the server by creating many JDBC objects (result sets and so on).
|
| TestMetaData |
Test for the DatabaseMetaData implementation.
|
| TestNativeSQL |
Tests the Connection.nativeSQL method.
|
| TestPreparedStatement |
Tests for the PreparedStatement implementation.
|
| TestPreparedStatement.SequenceTrigger |
A trigger that creates a sequence value.
|
| TestResultSet |
Tests for the ResultSet implementation.
|
| TestStatement |
Tests for the Statement implementation.
|
| TestTransactionIsolation |
Transaction isolation level tests.
|
| TestUpdatableResultSet |
Updatable result set tests.
|
| TestUrlJavaObjectSerializer |
Tests per-db
JavaObjectSerializer when set through the JDBC URL. |
| TestUrlJavaObjectSerializer.FakeJavaObjectSerializer |
The serializer to use for this test.
|
| TestZloty |
Tests a custom BigDecimal implementation, as well
as direct modification of a byte in a byte array.
|
JDBC API tests.