Class | Description |
---|---|
Database |
Database: The database driver file.
|
EnableHash |
EnableHash: Enables or disables hash algorithms.
|
Query |
Query: Encapsulates a user query.
|
ShowCatalog |
ShowCatalog: Dumps the system catalog.
|
Statement |
Command: Superclass of all user statements.
|
TableCreation |
TableCreation: Encapsulates a table creation command.
|
TableDeletion |
TableDeletion: Encapsulates a table deletion command.
|
TableDescription |
TableDescription: A table description command.
|
TupleInsertion |
TupleInsertion: A new tuple insertion.
|
Exception | Description |
---|---|
ServerException |
ServerException: The basic exception thrown for all DB server
errors.
|