selectComponents property

List<String> selectComponents
getter/setter pair

The components that make up a select clause.

Implementation

List<String> selectComponents = [
  'aggregate',
  'columns',
  'from',
  'joins',
  'wheres',
  'groups',
  'havings',
  'orders',
  'limit',
  'offset',
  'lock',
];