Package org.hsqldb.jdbc
package org.hsqldb.jdbc
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
-
ClassDescriptionThe mapping in the Java programming language for the SQL type
ARRAY.The mapping in the Java programming language for the SQL typeARRAY.The representation (mapping) in the Java programming language of an SQLBLOBvalue.A wrapper for HSQLDB BlobData objects.A client-side file-based implementation of Blob.The interface used to execute SQL stored procedures.The mapping in the Java programming language for the SQLCLOBtype.A wrapper for HSQLDB ClobData objects.A client-side file-based implementation of Clob.Provides a site for holding the ResultSetMetaData for individual ResultSet columns.Common base for DataSource implementations.A connection (session) with a specific database.Comprehensive information about the database as a whole.A factory for connections to the physical data source that thisDataSourceobject represents.A JNDI ObjectFactory for creating data sources supported by HyperSQLJDBCDataSourcefor plain connections for the end user.The interface that every driver class must implement.The mapping in the Java™ programming language for the SQLNCLOBtype.An object that can be used to get information about the types and properties for each parameter marker in aPreparedStatementobject.A fast connection pool.An object that represents a precompiled SQL statement.A table of data representing a database result set, which is usually generated by executing a statement that queries the database.An object that can be used to get information about the types and properties of the columns in aResultSetobject.The representation (mapping) in the Java programming language of an SQL ROWID value.The representation of a savepoint, which is a point within the current transaction that can be referenced from theConnection.rollbackmethod.The mapping in the JavaTM programming language for the SQL XML type.Writes to aXMLStreamWriterfrom SAX events.The object used for executing a static SQL statement and returning the results it produces.Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.