org.apache.openjpa.jdbc.kernel.exps
Class QueryExpressionsState
java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.QueryExpressionsState
public class QueryExpressionsState
- extends Object
Struct to hold the state of a query expressions instance.
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_STATES
public static final ExpState[] EMPTY_STATES
projections
public ExpState[] projections
filter
public ExpState filter
grouping
public ExpState[] grouping
having
public ExpState having
ordering
public ExpState[] ordering
QueryExpressionsState
public QueryExpressionsState()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.