whereNull abstract method

QueryBuilderInterface<T> whereNull(
  1. String column
)

WHERE column IS NULL

Implementation

QueryBuilderInterface<T> whereNull(String column);