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