Intersect method

CompoundSelect Intersect(
  1. AbsSelect select
)

Implementation

CompoundSelect Intersect(AbsSelect select) {
  return new CompoundSelect(_SelectCompOp.intersect, this, select);
}