See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| SetQuantifier |
Set quantifer, can be either
SetQuantifier.ALL or SetQuantifier.DISTINCT. |
Copyright © 2010-2012. All Rights Reserved.