|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.jdbc.kernel.exps.QueryExpressionsState
public class QueryExpressionsState
Struct to hold the state of a query expressions instance.
Field Summary | |
---|---|
static ExpState[] |
EMPTY_STATES
|
ExpState |
filter
|
ExpState[] |
grouping
|
ExpState |
having
|
ExpState[] |
ordering
|
ExpState[] |
projections
|
Constructor Summary | |
---|---|
QueryExpressionsState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ExpState[] EMPTY_STATES
public ExpState[] projections
public ExpState filter
public ExpState[] grouping
public ExpState having
public ExpState[] ordering
Constructor Detail |
---|
public QueryExpressionsState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |