SelectionClause constructor

const SelectionClause(
  1. Selectable select, {
  2. bool singleTable = true,
})

Creates a selection clause.

Implementation

const SelectionClause(this.select, {this.singleTable = true});