orWhereNull abstract method

QueryBuilderInterface<T> orWhereNull(
  1. String column
)

OR WHERE column IS NULL

Implementation

QueryBuilderInterface<T> orWhereNull(String column);