whereNotNull abstract method

WhereClause<EntityType> whereNotNull(
  1. String field
)
inherited

Implementation

WhereClause<Result> whereNotNull(String field);