| Package | Description |
|---|---|
| org.teiid.language | |
| org.teiid.language.visitor |
| Modifier and Type | Method and Description |
|---|---|
SortSpecification |
LanguageFactory.createOrderByItem(ColumnReference element,
SortSpecification.Ordering direction) |
| Modifier and Type | Method and Description |
|---|---|
List<SortSpecification> |
OrderBy.getSortSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
LanguageFactory.createOrderBy(List<SortSpecification> items) |
void |
OrderBy.setSortSpecifications(List<SortSpecification> items) |
| Constructor and Description |
|---|
OrderBy(List<SortSpecification> items) |
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyVisitor.visit(SortSpecification obj) |
void |
AbstractLanguageVisitor.visit(SortSpecification obj) |
void |
LanguageObjectVisitor.visit(SortSpecification obj) |
void |
SQLStringVisitor.visit(SortSpecification obj) |
Copyright © 2020. All rights reserved.