menu
khadem package
documentation
contracts.dart
QueryBuilderInterface<T>
whereTime abstract method
whereTime abstract method
dark_mode
light_mode
whereTime
abstract method
QueryBuilderInterface
<
T
>
whereTime
(
String
column
,
String
time
)
WHERE TIME(column) = time
Implementation
QueryBuilderInterface<T> whereTime(String column, String time);
khadem package
documentation
contracts
QueryBuilderInterface<T>
whereTime abstract method
QueryBuilderInterface class