toSql method

String toSql()

Get the SQL representation of the query.

Implementation

String toSql() {
  _buildSql();
  return _sql;
}