whereMonth abstract method

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

WHERE MONTH(column) = month

Implementation

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