toSql method

String toSql()

Get SQL string (for debugging)

Implementation

String toSql() {
  return _buildSql();
}