|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Package
org.hsqldb
| Classes in org.hsqldb used by org.hsqldb | |
| Cache
Handles cached tables through a .data file and memory cache. |
|
| CachedRow
Disk and In-memory representation of a database row object with storage independent methods for serialization and de-serialization. |
|
| CacheFree
This class is essetially an object used to create a singly linked list of the free space available in a HSQL database file. |
|
| Column
Implementation of SQL table columns as defined in DDL statements with static methods to process their values. |
|
| Constraint
Implementation of a table constraint with references to the indexes used by the constraint. |
|
| ConstraintCore
|
|
| Database
Database is the root class for HSQL Database Engine database. |
|
| Database.Logger
Transitional interface for log and cache management. |
|
| Database.TempConstraint
temporary attributes for constraints used in processCreateTable() |
|
| DatabaseFile
This class provides methods for reading and writing data from a database file such as that used for storing a cached table. |
|
| DatabaseInformation
Provides information about the database. |
|
| DatabaseRowInput
Base class for reading the data for a database row in different formats. |
|
| DatabaseRowInputInterface
Public interface for reading the data for a database row. |
|
| DatabaseRowOutput
Base class for writing the data for a database row in different formats. |
|
| DatabaseRowOutputInterface
Public interface for writing the data for a database row. |
|
| Expression
Expression class declaration |
|
| Function
Provides services to evaluate Java methods in the context of SQL function and stored procedure calls. |
|
| HsqlDatabaseProperties
Manages a .properties file for a database. |
|
| HsqlName
Name of an SQL object |
|
| HsqlProperties
Wrapper for java.util.Properties to limit values to String objects and allow saving and loading. |
|
| HsqlSocketRequestHandler
Interface HsqlSocketRequestHandler |
|
| Index
Index class declaration |
|
| jdbcConnection
A connection (session) with a specific database. |
|
| jdbcResultSet
Implements both the java.sql.ResultSet and
java.sql.ResultSetMetaData interfaces. |
|
| jdbcStatement
The object used for executing a static SQL statement and returning the results it produces. |
|
| Log
This class is responsible for most file handling. |
|
| MemoryNode
Memory table node implementation. |
|
| Node
The parent for all AVL node implementations, features factory methods for its subclasses. |
|
| Record
Record class declaration |
|
| Result
Class declaration |
|
| Row
In-memory representation of a database row object |
|
| Select
Class declaration |
|
| Server
Server acts as a database server and is one way of using the client-server mode of HSQL Database Engine. |
|
| Session
Implementation of a user session with the database. |
|
| Table
Holds the data structures and methods for creation of a database table. |
|
| TableFilter
Class declaration |
|
| TextCache
Handles operations on a DatabaseFile object and uses signle TextDdatbaseRowInput and TextDatabaseRowOutput objects to read and write rows of data to the file in text table format. |
|
| TextDatabaseRowInput
Class for reading the data for a database row in text table format. |
|
| TextDatabaseRowOutput
Class for writing the data for a database row in text table format. |
|
| Tokenizer
Tokenizer class declaration |
|
| Trace
handles creation and reporting of error messages and throwing SQLException |
|
| Trigger
Interface declaration |
|
| TriggerDef
TriggerDef class declaration Definition and execution of triggers Development of the trigger implementation sponsored by Logicscope Realisations Ltd |
|
| User
Class declaration |
|
| UserManager
The collection (Vector) of User object instances within a specific database. |
|
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||