menu
maxilozoz_box package
documentation
supports/sql_build.dart
QueryBuild<T>
where method
where method
dark_mode
light_mode
where
method
QueryBuild
<
T
>
where
(
Query
q
)
Implementation
QueryBuild<T> where(Query q) { _where.add(q); return this; }
maxilozoz_box package
documentation
supports/sql_build
QueryBuild<T>
where method
QueryBuild class