and abstract method

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

Adds another condition to this update for the specified field. Only results that match both the previous condition and the next will be updated. SQL: AND

Implementation

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