where method

BaseOperation where(
  1. String param1
)

Implementation

BaseOperation where(String param1) {
  whereClause.add(param1);
  return this;
}