| Package | Description |
|---|---|
| org.mule.common.query | |
| org.mule.common.query.dsql.parser | |
| org.mule.common.query.expression |
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
DsqlQuery.direction
Direction to determine the ascending or descending sorting
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
DsqlQuery.getDirection() |
Direction |
Query.getDirection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DsqlQuery.setDirection(Direction direction) |
abstract QueryBuilder |
QueryBuilder.setDirection(Direction direction) |
QueryBuilder |
DefaultQueryBuilder.setDirection(Direction direction) |
void |
Query.setDirection(Direction direction)
Deprecated.
|
void |
QueryVisitor.visitOrderByFields(List<Field> orderByFields,
Direction direction) |
void |
DefaultQueryVisitor.visitOrderByFields(List<Field> orderByFields,
Direction direction) |
void |
DsqlQueryVisitor.visitOrderByFields(List<Field> orderByFields,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
QueryModelDirectionFactory.getDirection(String direction) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.