Package org.h2.jdbc

Implementation of the JDBC API (package java.sql).

See:
          Description

Class Summary
JdbcArray Represents an ARRAY value.
JdbcBlob Represents a BLOB value.
JdbcCallableStatement Represents a callable statement.
JdbcClob Represents a CLOB value.
JdbcConnection Represents a connection (session) to a database.
JdbcDatabaseMetaData Represents the meta data for a database.
JdbcParameterMetaData Information about the parameters of a prepared statement.
JdbcPreparedStatement Represents a prepared statement.
JdbcResultSet Represents a result set.
JdbcResultSetMetaData Represents the meta data for a ResultSet.
JdbcSavepoint A savepoint is a point inside a transaction to where a transaction can be rolled back.
JdbcStatement Represents a statement.
 

Exception Summary
JdbcBatchUpdateException Represents a batch update database exception.
JdbcSQLException Represents a database exception.
 

Package org.h2.jdbc Description

Implementation of the JDBC API (package java.sql).