All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AuthBeanMultiplexer This class provides a method which can be used directly as a HyperSQL static Java function method.AuthFunctionBean N.b.DbBackup Works with tar archives containing HSQLDB database instance backups.DbBackupMain FrameworkLogger A logging framework wrapper that supports java.util.logging and log4j.HsqldbSlaveAuthBean Delegates authentication decisions, and optionally determination of user roles and schema, to a different HyperSQL catalog, which may be in the same JVM or remote.JaasAuthBean Provides authentication and authorization (roles and initial schema) according to JAAS modules configured by the runtime JAAS implementation.JaasAuthBean.UPCallbackHandler 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 JavaTM programming language of an SQLBLOB
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 SQLCLOB
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 JDBCConnectionEventListener 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 Provides the java.sql.Driver interface implementation required by the JDBC specification.JDBCNClob The mapping in the JavaTM 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 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 JDBCUtil Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.LdapAuthBean Authenticates to a HyperSQL catalog according to entries in a LDAP database.LdapAuthBeanTester MainInvoker Invokes the static main(String[]) method from each class specified.RCData Manages all the details we need to connect up to JDBC database(s), in a declarative way.Server The HSQLDB HSQL protocol network database server.ServerAcl A list of ACL permit and deny entries with a permitAccess method which tells whether candidate addresses are permitted or denied by this ACL list.ServerAcl.AclFormatException SqlFile Encapsulation of SQL text and the environment under which it will executed with a JDBC Connection.SqlFileEmbedder Sample class which executes SQL files, by embedding SqlFile.SqlTool A command-line JDBC SQL tool supporting both interactive and non-interactive usage.SqlTool.SqlToolException Trigger The interface an HSQLDB TRIGGER must implement.TriggerSample Sample code for use of triggers in hsqldb.WebServer The HSQLDB HTTP protocol network database server.