menu
khadem package
documentation
contracts.dart
QueryBuilderInterface<T>
whereLike abstract method
whereLike abstract method
dark_mode
light_mode
whereLike
abstract method
QueryBuilderInterface
<
T
>
whereLike
(
String
column
,
String
pattern
)
WHERE column LIKE pattern
Implementation
QueryBuilderInterface<T> whereLike(String column, String pattern);
khadem package
documentation
contracts
QueryBuilderInterface<T>
whereLike abstract method
QueryBuilderInterface class