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.
TestDriver Tests the database driver.
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.
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.