Package org.h2.test.jdbc
JDBC API tests.
-
Class Summary Class Description TestBatchUpdates Test for batch updates.TestCachedQueryResults Class TestCachedQueryResults.TestCallableStatement Tests for the CallableStatement class.TestCancel Tests Statement.cancelTestConcurrentConnectionUsage Test concurrent usage of the same connection.TestConnection Tests the client infoTestDatabaseEventListener 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 theStatement.getGeneratedKeys().TestJavaObjectSerializer TestsJavaObjectSerializer.TestJavaObjectSerializer.DbLevelJavaObjectSerializer The serializer to use for this test.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.TestResultSet Tests for the ResultSet implementation.TestSQLXML Test the SQLXML implementation.TestStatement Tests for the Statement implementation.TestTransactionIsolation Transaction isolation level tests.TestUpdatableResultSet Updatable result set tests.TestUrlJavaObjectSerializer Tests per-dbJavaObjectSerializerwhen 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.