Uses of Package
org.h2.jdbc

Packages that use org.h2.jdbc
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
org.h2.jdbc Implementation of the JDBC API (package java.sql). 
org.h2.result Implementation of row and internal result sets. 
org.h2.value Data type and value implementations. 
 

Classes in org.h2.jdbc used by org.h2.engine
JdbcConnection
           Represents a connection (session) to a database.
 

Classes in org.h2.jdbc used by org.h2.jdbc
JdbcConnection
           Represents a connection (session) to a database.
JdbcPreparedStatement
          Represents a prepared statement.
JdbcResultSet
           Represents a result set.
JdbcStatement
          Represents a statement.
 

Classes in org.h2.jdbc used by org.h2.result
JdbcConnection
           Represents a connection (session) to a database.
 

Classes in org.h2.jdbc used by org.h2.value
JdbcConnection
           Represents a connection (session) to a database.