menu
caching package
documentation
utils/sql/src/sqllite_base.dart
QueryExecutor
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
int
>
update
(
Table
table
,
Map
<
String
,
Object
?
>
values
,
Query
query
)
Implementation
Future<int> update(Table table, Map<String, Object?> values, Query query);
caching package
documentation
utils/sql/src/sqllite_base
QueryExecutor
update abstract method
QueryExecutor class