Uses of Package
org.hsqldb.jdbc

Packages that use org.hsqldb.jdbc
org.hsqldb.jdbc Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support. 
 

Classes in org.hsqldb.jdbc used by org.hsqldb.jdbc
JDBCClob
          The mapping in the JavaTM programming language for the SQL CLOB type.
JDBCCommonDataSource
          Common base for DataSource implementations.
JDBCConnection
           
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.
 



Copyright © 2001 - 2010 HSQL Development Group.