All Implemented Interfaces:
ListHolderStateObject<StateObject>, StateObject

public class SelectClauseStateObject extends AbstractSelectClauseStateObject implements ListHolderStateObject<StateObject>
The SELECT statement queries data from entities, which determines the type of the objects or values to be selected.
BNF: select_clause ::= SELECT [DISTINCT] select_expression {, select_expression}*
     select_expression ::= single_valued_path_expression |
                           aggregate_expression |
                           identification_variable |
                           OBJECT(identification_variable) |
                           constructor_expression
Since:
2.4
Version:
2.4
See Also: