Package | Description |
---|---|
org.apache.jdo.impl.jdoql.tree |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
Tree(CandidateClass candidateClass,
ParameterDecl parameterDeclarations,
VariableDecl variableDeclarations,
OrderingExpr orderingExpressions,
Expr filter)
This constructor is called by semantic analysis only.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.