|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OrderByExpression | |
|---|---|
| org.odata4j.expression | |
| org.odata4j.producer | |
| Uses of OrderByExpression in org.odata4j.expression |
|---|
| Methods in org.odata4j.expression that return OrderByExpression | |
|---|---|
static OrderByExpression |
Expression.orderBy(CommonExpression expression,
boolean isAscending)
|
| Methods in org.odata4j.expression that return types with arguments of type OrderByExpression | |
|---|---|
static List<OrderByExpression> |
ExpressionParser.parseOrderBy(String value)
|
| Methods in org.odata4j.expression with parameters of type OrderByExpression | |
|---|---|
void |
ExpressionVisitor.visit(OrderByExpression expr)
|
void |
PrintExpressionVisitor.visit(OrderByExpression expr)
|
| Uses of OrderByExpression in org.odata4j.producer |
|---|
| Fields in org.odata4j.producer with type parameters of type OrderByExpression | |
|---|---|
List<OrderByExpression> |
QueryInfo.orderBy
|
| Constructor parameters in org.odata4j.producer with type arguments of type OrderByExpression | |
|---|---|
QueryInfo(InlineCount inlineCount,
Integer top,
Integer skip,
BoolCommonExpression filter,
List<OrderByExpression> orderBy,
String skipToken)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||