Uses of Package
org.h2.jdbc
-
Packages that use org.h2.jdbc Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression.aggregate Aggregate functions.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.jdbcx Implementation of the extended JDBC API (package javax.sql).org.h2.message Trace (logging facility) and error message tool.org.h2.result Implementation of row and internal result sets.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.server A small FTP server.org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
Classes in org.h2.jdbc used by org.h2.engine Class Description JdbcConnection Represents a connection (session) to a database. -
Classes in org.h2.jdbc used by org.h2.expression.aggregate Class Description JdbcConnection Represents a connection (session) to a database. -
Classes in org.h2.jdbc used by org.h2.jdbc Class Description JdbcBlob Represents a BLOB value.JdbcClob Represents a CLOB value.JdbcConnection Represents a connection (session) to a database.JdbcConnectionBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.JdbcDatabaseMetaDataBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.JdbcException This interface contains additional methods for database exceptions.JdbcLob Represents a large object value.JdbcLob.LobPipedOutputStream JdbcLob.State State of the object.JdbcPreparedStatement Represents a prepared statement.JdbcResultSet Represents a result set.JdbcSavepoint A savepoint is a point inside a transaction to where a transaction can be rolled back.JdbcStatement Represents a statement.JdbcStatementBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API. -
Classes in org.h2.jdbc used by org.h2.jdbcx Class Description JdbcConnection Represents a connection (session) to a database.JdbcConnectionBackwardsCompat Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API. -
Classes in org.h2.jdbc used by org.h2.message Class Description JdbcException This interface contains additional methods for database exceptions. -
Classes in org.h2.jdbc used by org.h2.result Class Description JdbcConnection Represents a connection (session) to a database. -
Classes in org.h2.jdbc used by org.h2.schema Class Description JdbcConnection Represents a connection (session) to a database.JdbcResultSet Represents a result set. -
Classes in org.h2.jdbc used by org.h2.server Class Description JdbcConnection Represents a connection (session) to a database. -
Classes in org.h2.jdbc used by org.h2.util Class Description JdbcConnection Represents a connection (session) to a database. -
Classes in org.h2.jdbc used by org.h2.value Class Description JdbcConnection Represents a connection (session) to a database.JdbcResultSet Represents a result set.