UnionAll method

CompoundSelect UnionAll(
  1. AbsSelect select
)

Implementation

CompoundSelect UnionAll(AbsSelect select) {
  return new CompoundSelect(_SelectCompOp.unionAll, this, select);
}