whereNotLike abstract method

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

WHERE column NOT LIKE pattern

Implementation

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