Modifier and Type | Method and Description |
---|---|
OrderBy |
LanguageBridgeFactory.translate(OrderBy orderBy,
boolean set) |
Modifier and Type | Method and Description |
---|---|
static void |
LanguageBridgeFactory.correctNullOrdering(OrderBy orderBy,
boolean supportsNullOrdering,
ExecutionFactory.NullOrder sourceNullOrder,
ExecutionFactory.NullOrder teiidNullOrder) |
Modifier and Type | Method and Description |
---|---|
OrderBy |
LanguageFactory.createOrderBy(List<SortSpecification> items) |
OrderBy |
WindowSpecification.getOrderBy() |
OrderBy |
AggregateFunction.getOrderBy() |
OrderBy |
QueryExpression.getOrderBy()
Get ORDER BY clause, may be null.
|
Modifier and Type | Method and Description |
---|---|
Select |
LanguageFactory.createQuery(List<DerivedColumn> select,
boolean isDistinct,
List<TableReference> from,
Condition where,
GroupBy groupBy,
Condition having,
OrderBy orderBy) |
SetQuery |
LanguageFactory.createSetOp(SetQuery.Operation operation,
boolean all,
QueryExpression leftQuery,
QueryExpression rightQuery,
OrderBy orderBy,
Limit limit) |
void |
WindowSpecification.setOrderBy(OrderBy orderBy) |
void |
AggregateFunction.setOrderBy(OrderBy orderBy) |
void |
QueryExpression.setOrderBy(OrderBy orderBy)
Set ORDER BY clause, may be null.
|
Constructor and Description |
---|
Select(List<DerivedColumn> derivedColumns,
boolean distinct,
List<TableReference> from,
Condition where,
GroupBy groupBy,
Condition having,
OrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(OrderBy obj) |
void |
LanguageObjectVisitor.visit(OrderBy obj) |
void |
AbstractLanguageVisitor.visit(OrderBy obj) |
void |
HierarchyVisitor.visit(OrderBy obj) |
Modifier and Type | Method and Description |
---|---|
void |
MongoDBSelectVisitor.visit(OrderBy obj) |
Modifier and Type | Method and Description |
---|---|
void |
ODataSQLVisitor.visit(OrderBy obj) |
Modifier and Type | Method and Description |
---|---|
void |
ODataSQLVisitor.visit(OrderBy obj) |
Modifier and Type | Method and Description |
---|---|
void |
SolrSQLHierarchyVistor.visit(OrderBy obj) |
Copyright © 2019. All rights reserved.