where abstract method

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

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

Implementation

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