Class Exists

All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, ValueExpr, VariableScopeChange

public class Exists extends SubQueryValueOperator
Checks whether the wrapped Query produces any results.
See Also:
  • Constructor Details Link icon

    • Exists Link icon

      public Exists()
    • Exists Link icon

      public Exists(TupleExpr subQuery)
  • Method Details Link icon