distinct method

DBHelper distinct()

Set DISTINCT

Implementation

DBHelper distinct() {
  _distinct = true;
  return this;
}