Exists static method

Expr Exists(
  1. AbsSelect select
)

Implementation

static Expr Exists(AbsSelect select) {
  return new ExistsExpression(select);
}