buildWhereClause method

  1. @protected
String buildWhereClause()

Implementation

@protected
String buildWhereClause() {
  return conditions.isNotEmpty ? "WHERE ${conditions.join(" ")}" : "";
}