Interface | Description |
---|---|
QueryOrigin |
Marker interface for
QueryExpression types to indicate that the expression evaluates to the origin of data
like a table name in a "FROM" clause of a "SELECT" statement. |
Class | Description |
---|---|
FieldOrder<Type extends Comparable<Type>> |
This
QueryExpression represents on entry in the list following ORDER BY. |
OrderByClause |
This
QueryExpression represents the order by clause in a select statement. |
SelectClause |
This
QueryExpression represents the field list of a select clause in a search statement. |
SelectQuery |
A
QueryExpression that represents a complete select query. |
TableReference |
A
QueryExpression that references a table name as in a "FROM"-clause in a "SELECT"-statement. |
Enum | Description |
---|---|
FieldOrder.Order |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.