Modifier and Type | Field and Description |
---|---|
OrderByClause |
SQLQuery.orderBy |
Modifier and Type | Method and Description |
---|---|
OrderByClause |
SQLQuery.getOrderByClause() |
OrderByClause |
QueryTransformer.transform(OrderByClause node) |
OrderByClause |
IdentityQueryTransformer.transform(OrderByClause node) |
Modifier and Type | Method and Description |
---|---|
OrderByClause |
QueryTransformer.transform(OrderByClause node) |
OrderByClause |
IdentityQueryTransformer.transform(OrderByClause node) |
void |
IVisitor.visitOrderByClause(OrderByClause node) |
void |
DefaultQueryVisitor.visitOrderByClause(OrderByClause node) |
Constructor and Description |
---|
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy,
long limit,
long offset) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
OrderByClause orderBy) |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptimizer.ProjectionWildcardsFinder.visitOrderByClause(OrderByClause node) |
Modifier and Type | Field and Description |
---|---|
protected OrderByClause |
DBSSession.OrderByComparator.orderByClause |
protected OrderByClause |
DBSExpressionEvaluator.orderByClause |
Modifier and Type | Method and Description |
---|---|
OrderByClause |
DBSExpressionEvaluator.getOrderByClause() |
Modifier and Type | Method and Description |
---|---|
protected void |
DBSSession.doOrderBy(List<Map<String,Serializable>> projections,
OrderByClause orderByClause) |
protected boolean |
DBSSession.isOrderByPath(OrderByClause orderByClause)
Does an ORDER BY clause include ecm:path
|
PartialList<Map<String,Serializable>> |
DBSRepository.queryAndFetch(DBSExpressionEvaluator evaluator,
OrderByClause orderByClause,
boolean distinctDocuments,
int limit,
int offset,
int countUpTo)
Queries the repository for documents matching a NXQL query, and returns a projection of the documents.
|
PartialList<Map<String,Serializable>> |
DBSCachingRepository.queryAndFetch(DBSExpressionEvaluator evaluator,
OrderByClause orderByClause,
boolean distinctDocuments,
int limit,
int offset,
int countUpTo) |
Map<String,Serializable> |
DBSExpressionEvaluator.walkSelectClauseAndOrderBy(SelectClause selectClause,
OrderByClause orderByClause)
Walks the select clause and order by clause, and returns the projection.
|
Constructor and Description |
---|
OrderByComparator(OrderByClause orderByClause) |
Modifier and Type | Method and Description |
---|---|
PartialList<Map<String,Serializable>> |
MarkLogicRepository.queryAndFetch(DBSExpressionEvaluator evaluator,
OrderByClause orderByClause,
boolean distinctDocuments,
int limit,
int offset,
int countUpTo) |
Modifier and Type | Method and Description |
---|---|
PartialList<Map<String,Serializable>> |
MemRepository.queryAndFetch(DBSExpressionEvaluator evaluator,
OrderByClause orderByClause,
boolean distinctDocuments,
int limit,
int offset,
int countUpTo) |
Modifier and Type | Field and Description |
---|---|
protected OrderByClause |
MongoDBQueryBuilder.orderByClause |
Modifier and Type | Method and Description |
---|---|
PartialList<Map<String,Serializable>> |
MongoDBRepository.queryAndFetch(DBSExpressionEvaluator evaluator,
OrderByClause orderByClause,
boolean distinctDocuments,
int limit,
int offset,
int countUpTo) |
Constructor and Description |
---|
MongoDBQueryBuilder(MongoDBRepository repository,
Expression expression,
SelectClause selectClause,
OrderByClause orderByClause,
ExpressionEvaluator.PathResolver pathResolver,
boolean fulltextSearchDisabled) |
Modifier and Type | Method and Description |
---|---|
void |
NXQLQueryMaker.QueryAnalyzer.visitOrderByClause(OrderByClause node) |
Copyright © 2018 Nuxeo. All rights reserved.