where abstract method

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

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

Implementation

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