SelectDistinct method

SelectStatement SelectDistinct()

Implementation

SelectStatement SelectDistinct() {
  return new SelectStatement(distinct: true);
}