menu
caching package
documentation
utils/sql/src/batch.dart
BatchTable
update method
update method
dark_mode
light_mode
update
method
void
update
(
Map
<
String
,
Object
?
>
values
,
Query
query
)
Implementation
void update(Map<String, Object?> values, Query query) { batch.update(table, values, query); }
caching package
documentation
utils/sql/src/batch
BatchTable
update method
BatchTable class