Uses of Interface
com.mckoi.database.StatementTreeObject
Packages that use StatementTreeObject
Package
Description
The core database classes for Mckoi.
-
Uses of StatementTreeObject in com.mckoi.database
Classes in com.mckoi.database that implement StatementTreeObjectModifier and TypeClassDescriptionfinal class
An assignment from a variable to an expression. -
Uses of StatementTreeObject in com.mckoi.database.interpret
Classes in com.mckoi.database.interpret that implement StatementTreeObjectModifier and TypeClassDescriptionfinal class
Represents an action in an ALTER TABLE SQL statement.final class
Object used to represent a column in the 'order by' and 'group by' clauses of a select statement.final class
Represents a column definition (description).final class
Represents a constraint definition (description) for a table.final class
A container for the From clause of a select statement.final class
Search expression is a form of an Expression that is split up into component parts that can be easily formed into a search query.final class
Represents a column selected to be in the output of a select statement.final class
A container object for the a table select expression, eg.