Interface Summary |
BinaryColumn |
Interface of a column with datatype Column.Type.BINARY
or Column.Type.VARBINARY . |
BooleanConstraint |
|
BooleanConstraint.Type |
The type of a boolean constraint. |
Column |
|
Column.Name |
|
Column.Type |
|
ColumnReference |
Interface of a column reference. |
ColumnSet |
A common base interface for Index and ForeignKey . |
CombinedConstraint |
|
CombinedConstraint.Type |
|
ConstrainedStatement |
Interface of a Statement supporting
a WHERE clause. |
Constraint |
Interface of a constraint, used in a WHERE or ON condition. |
DeleteStatement |
|
ForeignKey |
Interface of a foreign key. |
ForeignKey.ColumnLink |
|
Index |
Interface of an index declaration. |
Index.Name |
|
InsertStatement |
Interface of an INSERT statement. |
JoinReference |
This interface allows to specify join constraints. |
Schema |
Interface of a database schema. |
Schema.Name |
|
SelectStatement |
Interface of a SELECT statement. |
SelectStatement.OrderColumn |
|
SelectTableReference |
A TableReference being used in a SELECT statement. |
SetStatement |
A common base interface for InsertStatement
and UpdateStatement . |
SetStatement.SetValue |
|
SQLFactory |
A factory for generating SQL statements. |
SQLFactory.Ident |
|
SQLGenerator |
An SQL generator. |
Statement |
|
StringColumn |
Interface of a column with datatype Column.Type.CHAR
or Column.Type.VARCHAR . |
Table |
Abstract description of a table. |
Table.Name |
|
TableReference |
A table reference is used in the Statement . |
UpdateStatement |
Interface of an update statement. |
Value |
An abstract value. |