Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
AnalyticExpression.getOrderByElements() |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticExpression.setOrderByElements(List<OrderByElement> orderByElements) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterSelectVisitor.visit(OrderByElement orderBy) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterSelectVisitor.deparseOrderBy(boolean oracleSiblings,
List<OrderByElement> orderByElements) |
void |
ParameterSelectVisitor.deparseOrderBy(List<OrderByElement> orderByElements) |
Modifier and Type | Method and Description |
---|---|
OrderByElement |
CCJSqlParser.OrderByElement() |
Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
CCJSqlParser.OrderByElements() |
Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
PlainSelect.getOrderByElements() |
List<OrderByElement> |
SetOperationList.getOrderByElements() |
Modifier and Type | Method and Description |
---|---|
void |
OrderByVisitor.visit(OrderByElement orderBy) |
void |
OrderByVisitorAdapter.visit(OrderByElement orderBy) |
Modifier and Type | Method and Description |
---|---|
static String |
PlainSelect.orderByToString(boolean oracleSiblings,
List<OrderByElement> orderByElements) |
static String |
PlainSelect.orderByToString(List<OrderByElement> orderByElements) |
void |
PlainSelect.setOrderByElements(List<OrderByElement> orderByElements) |
void |
SetOperationList.setOrderByElements(List<OrderByElement> orderByElements) |
Modifier and Type | Method and Description |
---|---|
void |
SelectDeParser.visit(OrderByElement orderBy) |
Modifier and Type | Method and Description |
---|---|
void |
SelectDeParser.deparseOrderBy(boolean oracleSiblings,
List<OrderByElement> orderByElements) |
void |
SelectDeParser.deparseOrderBy(List<OrderByElement> orderByElements) |
Copyright © 2006–2018 TinyGroup. All rights reserved.