Package | Description |
---|---|
org.teiid.language |
Modifier and Type | Method and Description |
---|---|
SortSpecification.Ordering |
SortSpecification.getOrdering() |
static SortSpecification.Ordering |
SortSpecification.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortSpecification.Ordering[] |
SortSpecification.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortSpecification |
LanguageFactory.createOrderByItem(ColumnReference element,
SortSpecification.Ordering direction) |
void |
SortSpecification.setOrdering(SortSpecification.Ordering direction) |
Constructor and Description |
---|
SortSpecification(SortSpecification.Ordering direction,
Expression expression) |
Copyright © 2020. All rights reserved.