AlterTableAction |
Represents an action in an ALTER TABLE SQL statement.
|
ColumnChecker |
A class that abstracts the checking of information in a table.
|
ColumnDef |
Represents a column definition (description).
|
ConstraintDef |
Represents a constraint definition (description) for a table.
|
CreateTable |
A parsed state container for the 'create' statement.
|
FromClause |
A container for the From clause of a select statement.
|
FromTableDef |
Describes a single table declaration in the from clause of a table
expression (SELECT).
|
FromTableInterface |
A single table resource item in a query which handles the behaviour
of resolving references to columns as well as providing various base
utility methods for resolving general variable names.
|
Planner.ExpressionPlan |
An abstract class that represents an expression to be added into a plan.
|
Planner.PlanTableSource |
Represents a single table source being planned.
|
Planner.QueryTableSetPlanner |
A table set planner that maintains a list of table dependence lists and
progressively constructs a plan tree from the bottom up.
|
SearchExpression |
Search expression is a form of an Expression that is split up into
component parts that can be easily formed into a search query.
|
Select |
Logic for interpreting an SQL SELECT statement.
|
SelectColumn |
Represents a column selected to be in the output of a select statement.
|
Statement |
Provides a set of useful utility functions to use by all the
interpretted statements.
|
TableExpressionFromSet |
A set of tables and function references that make up the resources made
available by a table expression.
|
TableSelectExpression |
A container object for the a table select expression, eg.
|