Package org.h2.test.jdbc

JDBC API tests.

See:
          Description

Class Summary
TestBatchUpdates Test for batch updates.
TestCallableStatement Tests for the CallableStatement class.
TestCancel Tests Statement.cancel
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.
TestJavaObject Tests java object values when SysProperties.SERIALIZE_JAVA_OBJECT property is disabled.
TestJavaObject.MyObj A test class.
TestJavaObjectSerializer Tests TestJavaObjectSerializer.DbLevelJavaObjectSerializer.
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 TestUrlJavaObjectSerializer.FakeJavaObjectSerializer 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.
 

Package org.h2.test.jdbc Description

JDBC API tests.