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