|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ColumnNameList | This interface presents a non-empty list of plain-text column names. |
| NonBooleanExpression | A common interface for all expressions, which return non-boolean value. |
| SchemaDefinitionStatement | This is a common interface for all definition (CREATE) clauses. |
| SchemaManipulationStatement | |
| SchemaStatement | |
| SQLConstants | A container for common textual constants of SQL language. |
| SQLFunctions | A container for textual names of default SQL functions. |
| SQLStatement | A single SQL statement, which is to be sent to database. |
| TableName | This is common interface for table names. |
| TableNameDirect | A direct table name may be just table name, or schema-qualified table name. |
| TableNameFunction | A table name function serves as a function call when selecting data. |
| ValueExpression | A common interface for BooleanExpression and NonBooleanExpression. |
| Class Summary | |
|---|---|
| SetQuantifier | Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT. |
This package contains interfaces and classes common for most parts of SQL generator.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||