or abstract method

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

Adds another condition to this update for the specified field. Both results that match the previous condition and the next will be update. SQL: OR

Implementation

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