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