BatchSynchroflite class

Implemented types
Mixed in types

Constructors

BatchSynchroflite(Batch _db, Hlc canonicalTime, OnChangeFunction onDatasetChanged, {bool inTransaction = false})

Properties

affectedTables Set<String>
final
canonicalTime Hlc
final
hashCode int
The hash code for this object.
no setterinherited
inTransaction bool
final
length int
Current batch size
no setter
nodeId String
no setter
onDatasetChanged OnChangeFunction
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply({bool? noResult, bool? continueOnError}) Future<List<Object?>>
See Batch.apply
commit({bool? exclusive, bool? noResult, bool? continueOnError}) Future<List<Object?>>
See Batch.commit
delete(String table, {String? where, List<Object?>? whereArgs}) → void
See Database.delete
inherited
execute(String sql, [List<Object?>? arguments]) → void
See SqfliteApi.execute;
insert(String table, Map<String, Object?> values, {String? nullColumnHack, ConflictAlgorithm? conflictAlgorithm}) → void
See Database.insert
inherited
noSuchMethod(Invocation invocation) → void
Invoked when a nonexistent method or property is accessed.
override
query(String table, {bool? distinct, List<String>? columns, String? where, List<Object?>? whereArgs, String? groupBy, String? having, String? orderBy, int? limit, int? offset}) → void
See Database.query;
inherited
queryFunc<T, R>(T db, SelectStatement statement, [List<Object?>? args]) Future<R>
inherited
rawDelete(String sql, [List<Object?>? args]) → void
See SqfliteApi.rawDelete
rawInsert(String sql, [List<Object?>? args]) → void
See SqfliteApi.rawInsert
rawQuery(String sql, [List<Object?>? args]) → void
See SqfliteApi.rawQuery;
rawUpdate(String sql, [List<Object?>? args]) → void
See SqfliteApi.rawUpdate
toString() String
A string representation of this object.
inherited
update(String table, Map<String, Object?> values, {String? where, List<Object?>? whereArgs, ConflictAlgorithm? conflictAlgorithm}) → void
See Database.update
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited