where abstract method

WhereStep<T, UpdateWhereStep<T>> where(
  1. String field
)

Adds a condition to this update for the specified field. SQL: WHERE

Implementation

WhereStep<T, UpdateWhereStep<T>> where(String field);