Class ExistsExpressionStateObject

  • All Implemented Interfaces:
    StateObject

    public class ExistsExpressionStateObject
    extends AbstractSingleEncapsulatedExpressionStateObject
    An EXISTS expression is a predicate that is true only if the result of the subquery consists of one or more values and that is false otherwise.
    BNF: exists_expression ::= [NOT] EXISTS(subquery)

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