or abstract method

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

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

Implementation

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