hasSelect method

bool hasSelect()

Checks if the query has any SELECT fields.

Implementation

bool hasSelect() {
  return _select.isNotEmpty;
}