All Implemented Interfaces:
StateObject

public class SelectStatementStateObject extends AbstractSelectStatementStateObject
This state object represents a select statement, which has at least a SELECT clause and a FROM clause. The other clauses are optional.
BNF: select_statement ::= select_clause from_clause [where_clause] [groupby_clause] [having_clause] [orderby_clause]
Since:
2.4
Version:
2.4
See Also: