orWhereNotNull abstract method

QueryBuilderInterface<T> orWhereNotNull(
  1. String column
)

OR WHERE column IS NOT NULL

Implementation

QueryBuilderInterface<T> orWhereNotNull(String column);