orWhereMonth abstract method

QueryBuilderInterface<T> orWhereMonth(
  1. String column,
  2. int month
)

OR WHERE MONTH(column) = month

Implementation

QueryBuilderInterface<T> orWhereMonth(String column, int month);