orWhereLike abstract method

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

OR WHERE column LIKE pattern

Implementation

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