hasJoins method

bool hasJoins()

Checks if the query has any JOIN operations.

Implementation

bool hasJoins() {
  return _joins.isNotEmpty;
}