| Name | Description | Type | Package | Framework |
| AuthBeanMultiplexer | This class provides a method which can be used directly as a HyperSQL static Java function method. | Class | org.hsqldb.auth | HSQLDB |
|
| AuthFunctionBean | N. | Interface | org.hsqldb.auth | HSQLDB |
|
| DbBackup | Works with tar archives containing HSQLDB database instance backups. | Class | org.hsqldb.lib.tar | HSQLDB |
|
| DbBackupMain | | Class | org.hsqldb.lib.tar | HSQLDB |
|
| FrameworkLogger | A logging framework wrapper that supports java. | Class | org.hsqldb.lib | HSQLDB |
|
| HsqldbSlaveAuthBean | Delegates authentication decisions, and optionally determination of user roles and schema, to a different HyperSQL catalog, which may be in the same | Class | org.hsqldb.auth | HSQLDB |
|
| JaasAuthBean | Provides authentication and authorization (roles and initial schema) according to JAAS modules configured by the runtime JAAS implementation. | Class | org.hsqldb.auth | HSQLDB |
|
| JaasAuthBean .UPCallbackHandler | Constructor SummaryJaasAuthBean. | Class | org.hsqldb.auth.JaasAuthBean | HSQLDB |
|
| JDBCArray | The mapping in the Java programming language for the SQL type By default, an Array value is a transaction-duration | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCArrayBasic | The mapping in the Java programming language for the SQL type By default, an Array value is a transaction-duration | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCBlob | The representation (mapping) in the JavaTM programming | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCBlobClient | A wrapper for HSQLDB BlobData objects. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCBlobFile | HSQLDB-Specific Information: Starting with 2. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCCallableStatement | The interface used to execute SQL stored procedures. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCClob | The mapping in the JavaTM programming language for the SQL CLOB type. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCClobClient | A wrapper for HSQLDB ClobData objects. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCClobFile | HSQLDB-Specific Information: Starting with 2. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCColumnMetaData | Provides a site for holding the ResultSetMetaData for individual ResultSet columns. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCCommonDataSource | Common base for DataSource implementations. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCConnection | A connection (session) with a specific database. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCConnectionEventListener | | Interface | org.hsqldb.jdbc | HSQLDB |
|
| JDBCDatabaseMetaData | Comprehensive information about the database as a whole. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCDataSource | A factory for connections to the physical data source that this DataSource object represents. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCDataSourceFactory | A JNDI ObjectFactory for creating data sources supported by HyperSQL JDBCDataSource for plain | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCDriver | Provides the java. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCNClob | The mapping in the JavaTM programming language for the SQL NCLOB type. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCParameterMetaData | An object that can be used to get information about the types and properties for each parameter marker in a | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCPool | HSQLDB-Specific Information: A connection pool for HyperSQL connections. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCPreparedStatement | An object that represents a precompiled SQL statement. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCResultSet | A table of data representing a database result set, which is usually generated by executing a statement that queries the database. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCResultSetMetaData | An object that can be used to get information about the types and properties of the columns in a ResultSet object. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCRowId | The representation (mapping) in the Java programming language of an SQL ROWID value. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCSavepoint | The representation of a savepoint, which is a point within the current transaction that can be referenced from the | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCSQLXML | The mapping in the JavaTM programming language for the SQL XML type. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCSQLXML .SAX2XMLStreamWriter | Writes to a XMLStreamWriterConstructor SummaryJDBCSQLXML. | Class | org.hsqldb.jdbc.JDBCSQLXML | HSQLDB |
|
| JDBCStatement | The object used for executing a static SQL statement and returning the results it produces. | Class | org.hsqldb.jdbc | HSQLDB |
|
| JDBCUtil | Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions. | Class | org.hsqldb.jdbc | HSQLDB |
|
| LdapAuthBean | Authenticates to a HyperSQL catalog according to entries in a LDAP If using LDAP StartTLS and your server has a certificate not trusted by | Class | org.hsqldb.auth | HSQLDB |
|
| LdapAuthBeanTester | | Class | org.hsqldb.auth | HSQLDB |
|
| MainInvoker | Invokes the static main(String[]) method from each class specified. | Class | org.hsqldb.util | HSQLDB |
|
| RCData | Manages all the details we need to connect up to JDBC database(s), in a declarative way. | Class | org.hsqldb.lib | HSQLDB |
|
| Server | The HSQLDB HSQL protocol network database server. | Class | org.hsqldb.server | HSQLDB |
|
| ServerAcl | A list of ACL permit and deny entries with a permitAccess method which tells whether candidate addresses are permitted or denied | Class | org.hsqldb.server | HSQLDB |
|
| ServerAcl .AclFormatException | See Also:Serialized FormConstructor SummaryServerAcl. | Class | org.hsqldb.server.ServerAcl | HSQLDB |
|
| SqlFile | Encapsulation of SQL text and the environment under which it will executed with a JDBC Connection. | Class | org.hsqldb.cmdline | HSQLDB |
|
| SqlFileEmbedder | Sample class which executes SQL files, by embedding SqlFile. | Class | org.hsqldb.sample | HSQLDB |
|
| SqlTool | A command-line JDBC SQL tool supporting both interactive and non-interactive usage. | Class | org.hsqldb.cmdline | HSQLDB |
|
| SqlTool .SqlToolException | See Also:Serialized FormMethods inherited from class java. | Class | org.hsqldb.cmdline.SqlTool | HSQLDB |
|
| Trigger | The interface an HSQLDB TRIGGER must implement. | Interface | org.hsqldb | HSQLDB |
|
| TriggerSample | Sample code for use of triggers in hsqldb. | Class | org.hsqldb.sample | HSQLDB |
|
| WebServer | The HSQLDB HTTP protocol network database server. | Class | org.hsqldb.server | HSQLDB |