Modifier and Type | Method and Description |
---|---|
OrderByElement |
OrderBy.getOrderByElement() |
Modifier and Type | Method and Description |
---|---|
T |
Select.orderBy(OrderByElement... orderByElements) |
T |
ComplexSelect.orderBy(OrderByElement... orderByElements) |
Modifier and Type | Method and Description |
---|---|
void |
StatementSqlBuilder.deparseOrderBy(boolean oracleSiblings,
List<OrderByElement> orderByElements) |
void |
StatementSqlBuilder.deparseOrderBy(List<OrderByElement> orderByElements) |
Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
AnalyticExpression.getOrderByElements() |
Modifier and Type | Method and Description |
---|---|
static OrderByElement |
OrderByElement.asc(Expression expression) |
static OrderByElement |
OrderByElement.desc(Expression expression) |
Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
PlainSelect.getOrderByElements() |
List<OrderByElement> |
SetOperationList.getOrderByElements() |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.addOrderByElements(OrderByElement... orderBys) |
void |
SetOperationList.addOrderByElements(OrderByElement... orderBys) |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.setOrderByElements(List<OrderByElement> orderByElements) |
void |
SetOperationList.setOrderByElements(List<OrderByElement> orderByElements) |
Modifier and Type | Method and Description |
---|---|
static String |
DslUtil.orderByToString(boolean oracleSiblings,
List<OrderByElement> orderByElements) |
static String |
DslUtil.orderByToString(List<OrderByElement> orderByElements) |
Copyright © 2006–2018 TinyGroup. All rights reserved.