Class ObjectExpressionStateObject

  • All Implemented Interfaces:
    StateObject

    public class ObjectExpressionStateObject
    extends EncapsulatedIdentificationVariableExpressionStateObject
    Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator. The SELECT clause must not use the OBJECT operator to qualify path expressions.
    BNF: expression ::= OBJECT(identification_variable)

    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    ObjectExpression