|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderByExpression.Direction | |
---|---|
org.odata4j.expression | |
org.odata4j.producer.jdbc |
Uses of OrderByExpression.Direction in org.odata4j.expression |
---|
Methods in org.odata4j.expression that return OrderByExpression.Direction | |
---|---|
OrderByExpression.Direction |
OrderByExpression.getDirection()
|
static OrderByExpression.Direction |
OrderByExpression.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrderByExpression.Direction[] |
OrderByExpression.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odata4j.expression with parameters of type OrderByExpression.Direction | |
---|---|
static OrderByExpression |
Expression.orderBy(CommonExpression expression,
OrderByExpression.Direction direction)
|
void |
PrintExpressionVisitor.visit(OrderByExpression.Direction direction)
|
void |
FilterExpressionVisitor.visit(OrderByExpression.Direction direction)
|
void |
ExpressionVisitor.visit(OrderByExpression.Direction direction)
|
Uses of OrderByExpression.Direction in org.odata4j.producer.jdbc |
---|
Methods in org.odata4j.producer.jdbc with parameters of type OrderByExpression.Direction | |
---|---|
void |
GenerateWhereClause.visit(OrderByExpression.Direction direction)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |