Package | Description |
---|---|
com.saperion.database | |
com.saperion.database.query.select | |
com.saperion.database.query.visitor |
Class and Description |
---|
FieldOrder.Order |
OrderByClause
This
QueryExpression represents the order by clause in a select statement. |
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 and Description |
---|
FieldOrder
This
QueryExpression represents on entry in the list following ORDER BY. |
FieldOrder.Order |
OrderByClause
This
QueryExpression represents the order by clause in a select statement. |
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. |
SelectClause
This
QueryExpression represents the field list of a select clause in a search statement. |
SelectQuery
A
QueryExpression that represents a complete select query. |
Class and Description |
---|
FieldOrder
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. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.