orWhereNotLike abstract method

QueryBuilderInterface<T> orWhereNotLike(
  1. String column,
  2. String pattern
)

OR WHERE column NOT LIKE pattern

Implementation

QueryBuilderInterface<T> orWhereNotLike(String column, String pattern);