Package org.hsqldb.jdbc

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

See:
          Description

Class Summary
BlobInputStream This class is used as an InputStream to retrieve data from a Blob.
ClobInputStream This class is used as an InputStream to retrieve data from a Blob.
JDBCArray 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.
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.
JDBCColumnMetaData Provides a site for holding the ResultSetMetaData for individual ResultSet columns.
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 JDBCDataSource object instances.
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.
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 - 2009 HSQL Development Group.