menu
powersync_sqlcipher package
documentation
powersync.dart
CrudBatch
CrudBatch constructor
CrudBatch constructor
dark_mode
light_mode
CrudBatch
constructor
CrudBatch
(
{
required
List
<
CrudEntry
>
crud
,
required
bool
haveMore
,
required
Future
<
void
>
complete
({
String
?
writeCheckpoint
,
}),
})
Implementation
CrudBatch( {required this.crud, required this.haveMore, required this.complete});
powersync_sqlcipher package
documentation
powersync
CrudBatch
CrudBatch constructor
CrudBatch class