Uses of Package
org.hsqldb.jdbc
-
Packages that use org.hsqldb.jdbc Package Description org.hsqldb.jdbc Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support.org.hsqldb.jdbc.pool Contains classes for connection pooling and distributed XA connections. -
Classes in org.hsqldb.jdbc used by org.hsqldb.jdbc Class Description JDBCClob The mapping in the Java™ programming language for the SQLCLOB
type.JDBCCommonDataSource Common base for DataSource implementations.JDBCConnection A connection (session) with a specific database.JDBCConnectionEventListener JDBCDriver Provides the java.sql.Driver interface implementation required by the JDBC specification.JDBCPreparedStatement An object that represents a precompiled SQL statement.JDBCResultSet A table of data representing a database result set, which is usually generated by executing a statement that queries the database. -
Classes in org.hsqldb.jdbc used by org.hsqldb.jdbc.pool Class Description JDBCCommonDataSource Common base for DataSource implementations.JDBCConnection A connection (session) with a specific database.JDBCConnectionEventListener