Package | Description |
---|---|
com.saperion.database.query.select | |
com.saperion.database.query.visitor |
Modifier and Type | Method and Description |
---|---|
SelectQuery |
SelectQuery.withOrderByClause(List<? extends FieldOrder<? extends Comparable>> orderList) |
SelectQuery |
SelectQuery.withWhereClause(QueryExpression<Boolean> newWhereClause)
This method returns a new SelectQuery with the same field list, origin and order but a different where clause.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleQueryExpressionVisitor.finishVisit(SelectQuery expression) |
void |
QueryExpressionVisitor.finishVisit(SelectQuery expression) |
void |
QueryExpressionCopier.finishVisit(SelectQuery expression) |
void |
SimpleQueryExpressionVisitor.startVisit(SelectQuery expression) |
void |
QueryExpressionVisitor.startVisit(SelectQuery expression) |
void |
QueryExpressionCopier.startVisit(SelectQuery expression) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.