Class SimpleFromClauseStateObject

  • All Implemented Interfaces:
    DeclarationStateObject, ListHolderStateObject<VariableDeclarationStateObject>, StateObject

    public class SimpleFromClauseStateObject
    extends AbstractFromClauseStateObject
    The FROM clause of a sub-query defines the domain of the sub-query by declaring identification variables. An identification variable is an identifier declared in the FROM clause of a sub-query. The domain of the sub-query may be constrained by path expressions. Identification variables designate instances of a particular entity abstract schema type. The FROM clause can contain multiple identification variable declarations separated by a comma (,).
    BNF: subquery_from_clause ::= FROM subselect_identification_variable_declaration {, subselect_identification_variable_declaration}*
    Version:
    2.4
    See Also:
    SimpleFromClause
    Author:
    Pascal Filion
    Since:
    2.4