Package | Description |
---|---|
com.mckoi.database.interpret | |
com.mckoi.database.sql |
These classes parse SQL statements in Mckoi.
|
Class | Description |
---|---|
AlterTableAction |
Represents an action in an ALTER TABLE SQL statement.
|
FromClause |
A container for the From clause of a select statement.
|
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.
|
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.
|
Statement |
Provides a set of useful utility functions to use by all the
interpretted statements.
|
TableSelectExpression |
A container object for the a table select expression, eg.
|
Class | Description |
---|---|
AlterTableAction |
Represents an action in an ALTER TABLE SQL statement.
|
ColumnDef |
Represents a column definition (description).
|
ConstraintDef |
Represents a constraint definition (description) for a table.
|
FromClause |
A container for the From clause of a select statement.
|
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.
|
SelectColumn |
Represents a column selected to be in the output of a select statement.
|
TableSelectExpression |
A container object for the a table select expression, eg.
|
Copyright © 2018. All rights reserved.