Module org.hsqldb
Package org.hsqldb.jdbc
Contains the HyperSQL JDBC Driver, and other classes providing JDBC
functionality and support.
-
Interface Summary Interface Description JDBCConnectionEventListener -
Class Summary Class Description JDBCArray The mapping in the Java programming language for the SQL typeARRAY
.JDBCArrayBasic The mapping in the Java programming language for the SQL typeARRAY
.JDBCBlob The representation (mapping) in the Java programming language of an SQLBLOB
value.JDBCBlobClient A wrapper for HSQLDB BlobData objects.JDBCBlobFile A client-side file-based implementation of Blob.JDBCCallableStatement The interface used to execute SQL stored procedures.JDBCClob The mapping in the Java programming language for the SQLCLOB
type.JDBCClobClient A wrapper for HSQLDB ClobData objects.JDBCClobFile A client-side file-based implementation of Clob.JDBCColumnMetaData Provides a site for holding the ResultSetMetaData for individual ResultSet columns.JDBCCommonDataSource Common base for DataSource implementations.JDBCConnection A connection (session) with a specific database.JDBCDatabaseMetaData Comprehensive information about the database as a whole.JDBCDataSource A factory for connections to the physical data source that thisDataSource
object represents.JDBCDataSourceFactory A JNDI ObjectFactory for creating data sources supported by HyperSQLJDBCDataSource
for plain connections for the end user.JDBCDriver The interface that every driver class must implement.JDBCNClob The mapping in the Java™ programming language for the SQLNCLOB
type.JDBCParameterMetaData An object that can be used to get information about the types and properties for each parameter marker in aPreparedStatement
object.JDBCPool A fast connection pool.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 aResultSet
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 theConnection.rollback
method.JDBCSQLXML The mapping in the JavaTM programming language for the SQL XML type.JDBCSQLXML.SAX2XMLStreamWriter Writes to aXMLStreamWriter
from SAX events.JDBCStatement The object used for executing a static SQL statement and returning the results it produces.JDBCUtil Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.