Class QueryPlan.Exists

java.lang.Object
org.cojen.tupl.diag.QueryPlan
org.cojen.tupl.diag.QueryPlan.Exists
All Implemented Interfaces:
Serializable
Enclosing class:
QueryPlan

public static final class QueryPlan.Exists extends QueryPlan
Query plan node which only checks for the existance of at least one row.
See Also:
  • Field Details

  • Constructor Details

    • Exists

      public Exists(QueryPlan source)
      Parameters:
      source - child plan node
  • Method Details