Uses of Package
org.h2.jdbcx
-
Packages that use org.h2.jdbcx Package Description org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql).org.h2.util Internal utility classes. -
Classes in org.h2.jdbcx used by org.h2.jdbcx Class Description JdbcConnectionPool A simple standalone JDBC connection pool.JdbcConnectionPoolBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.JdbcDataSourceBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.JdbcDataSourceFactory This class is used to create new DataSource objects. -
Classes in org.h2.jdbcx used by org.h2.util Class Description JdbcDataSource A data source for H2 database connections.