Package org.hsqldb.jdbc

Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support.

See:
          Description

Interface Summary
JDBCConnectionEventListener  
 

Class Summary
JDBCArray The mapping in the Java programming language for the SQL type ARRAY.
JDBCArrayBasic The mapping in the Java programming language for the SQL type ARRAY.
JDBCBlob The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
JDBCBlobClient A wrapper for HSQLDB BlobData objects.
JDBCBlobFile
JDBCCallableStatement The interface used to execute SQL stored procedures.
JDBCClob The mapping in the JavaTM programming language for the SQL CLOB type.
JDBCClobClient A wrapper for HSQLDB ClobData objects.
JDBCClobFile
JDBCColumnMetaData Provides a site for holding the ResultSetMetaData for individual ResultSet columns.
JDBCCommonDataSource Common base for DataSource implementations.
JDBCConnection  
JDBCDatabaseMetaData Comprehensive information about the database as a whole.
JDBCDataSource A factory for connections to the physical data source that this DataSource object represents.
JDBCDataSourceFactory A JNDI ObjectFactory for creating data sources supported by HyperSQL JDBCDataSource for plain connections for the end user.
JDBCDriver Provides the java.sql.Driver interface implementation required by the JDBC specification.
JDBCNClob The mapping in the JavaTM programming language for the SQL NCLOB type.
JDBCParameterMetaData An object that can be used to get information about the types and properties for each parameter marker in a PreparedStatement object.
JDBCPool
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.
JDBCResultSetMetaData An object that can be used to get information about the types and properties of the columns in a ResultSet object.
JDBCRowId The representation (mapping) in the Java programming language of an SQL ROWID value.
JDBCSavepoint The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
JDBCSQLXML The mapping in the JavaTM programming language for the SQL XML type.
JDBCSQLXML.SAX2XMLStreamWriter Writes to a XMLStreamWriter from SAX events.
JDBCStatement  
Util Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.
 

Package org.hsqldb.jdbc Description

Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support.



Copyright © 2001 - 2010 HSQL Development Group.