menu
khadem package
documentation
contracts.dart
QueryBuilderInterface<T>
whereMonth abstract method
whereMonth abstract method
dark_mode
light_mode
whereMonth
abstract method
QueryBuilderInterface
<
T
>
whereMonth
(
String
column
,
int
month
)
WHERE MONTH(column) = month
Implementation
QueryBuilderInterface<T> whereMonth(String column, int month);
khadem package
documentation
contracts
QueryBuilderInterface<T>
whereMonth abstract method
QueryBuilderInterface class