| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Field and Description |
|---|---|
protected List<SortSpecification> |
OrderedFetchResult.sortSpecification |
| Modifier and Type | Method and Description |
|---|---|
protected SortSpecification |
SqlParser.sortSpecification1(RowValue rv) |
protected SortSpecification |
SqlParser.sortSpecification2(RowValue rv) |
protected SortSpecification |
SqlParser.sortSpecification3(RowValue rv) |
| Modifier and Type | Method and Description |
|---|---|
List<SortSpecification> |
SelectStatement.getSortSpecification() |
List<SortSpecification> |
TableExpression.getSortSpecificationList() |
protected List<SortSpecification> |
SqlParser.orderByClause(SortSpecification ss,
List<SortSpecification> list) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SortSpecification> |
SqlParser.orderByClause(SortSpecification ss,
List<SortSpecification> list) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SortSpecification> |
SqlParser.orderByClause(SortSpecification ss,
List<SortSpecification> list) |
protected TableExpression |
SqlParser.tableExpression(Condition condition,
List<SortSpecification> sortSpecificationList,
Deque<List<Table<R,C>>> tableListStack) |
Copyright © 2014. All rights reserved.