and abstract method

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

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

Implementation

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