class |
AlterTable |
Logic for the ALTER TABLE SQL statement.
|
class |
Call |
A statement that calls a procedure, and returns a resultant table.
|
class |
Compact |
Statement that handles COMPACT sql command.
|
class |
CompleteTransaction |
This represents either a COMMIT or ROLLBACK SQL command.
|
class |
CreateTable |
A parsed state container for the 'create' statement.
|
class |
CreateTrigger |
A parsed state container for the 'CREATE TRIGGER' statement.
|
class |
Delete |
Logic for the DELETE FROM SQL statement.
|
class |
DropTable |
The logic of the 'DROP TABLE' SQL command.
|
class |
DropTrigger |
A parsed state container for the 'DROP TRIGGER' statement.
|
class |
Function |
A handler for defining and dropping functions.
|
class |
Insert |
The instance class that stores all the information about an insert
statement for processing.
|
class |
Misc |
Misc statements that I couldn't be bothered to roll a new Statement class
for.
|
class |
NoOp |
A no operation statement.
|
class |
PrivManager |
Handler for grant/revoke queries for setting up grant information in the
database.
|
class |
Schema |
Statement container that handles the CREATE SCHEMA and DROP SCHEMA
statements.
|
class |
Select |
Logic for interpreting an SQL SELECT statement.
|
class |
Sequence |
A statement tree for creating and dropping sequence generators.
|
class |
Set |
The SQL SET statement.
|
class |
Show |
Statement that handles SHOW and DESCRIBE sql commands.
|
class |
UpdateTable |
The instance class that stores all the information about an update
statement for processing.
|
class |
UserManager |
Handler for User commands for creating, altering and dropping user accounts
in the database.
|
class |
ViewManager |
Handler for creating and dropping views in the database.
|