|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderingExpr | |
---|---|
org.apache.jdo.impl.jdoql.tree |
Uses of OrderingExpr in org.apache.jdo.impl.jdoql.tree |
---|
Subclasses of OrderingExpr in org.apache.jdo.impl.jdoql.tree | |
---|---|
class |
AscendingOrderingExpr
This node represents an operator defining ascendent ordering of instances returned by a query execution. |
class |
DescendingOrderingExpr
This node represents an operator defining descendent ordering of instances returned by a query execution. |
Constructors in org.apache.jdo.impl.jdoql.tree with parameters of type OrderingExpr | |
---|---|
Tree(CandidateClass candidateClass,
ParameterDecl parameterDeclarations,
VariableDecl variableDeclarations,
OrderingExpr orderingExpressions,
Expr filter)
This constructor is called by semantic analysis only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |