Package | Description |
---|---|
com.saperion.database.query.select | |
com.saperion.database.query.visitor |
Modifier and Type | Method and Description |
---|---|
List<FieldOrder<? extends Comparable>> |
OrderByClause.getOrderList() |
Modifier and Type | Method and Description |
---|---|
SelectQuery |
SelectQuery.withOrderByClause(List<? extends FieldOrder<? extends Comparable>> orderList) |
Constructor and Description |
---|
OrderByClause(List<? extends FieldOrder<? extends Comparable>> children) |
Modifier and Type | Method and Description |
---|---|
<Type extends Comparable<Type>> |
SimpleQueryExpressionVisitor.finishVisit(FieldOrder<Type> expression) |
<Type extends Comparable<Type>> |
QueryExpressionVisitor.finishVisit(FieldOrder<Type> expression) |
<Type extends Comparable<Type>> |
QueryExpressionCopier.finishVisit(FieldOrder<Type> expression) |
<Type extends Comparable<Type>> |
SimpleQueryExpressionVisitor.startVisit(FieldOrder<Type> expression) |
<Type extends Comparable<Type>> |
QueryExpressionVisitor.startVisit(FieldOrder<Type> expression) |
<Type extends Comparable<Type>> |
QueryExpressionCopier.startVisit(FieldOrder<Type> expression) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.