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
  • Field Details

    • 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
  • Constructor Details

    • QueryExpressionsState

      public QueryExpressionsState()