SqliteDirtyRowStore class
An implementation of DirtyRowStore that uses a SQLite table.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
String tableName, String rowId, Hlc hlc, bool isFullRow) → Future< void> -
Adds an operation to the store.
override
-
clear(
) → Future< void> -
Clears all pending operations from the store.
override
-
getAll(
) → Future< List< DirtyRow> > -
Retrieves all pending operations from the store.
override
-
init(
DatabaseExecutor db) → Future< void> -
Initializes the store with the
DatabaseExecutor
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
List< DirtyRow> operations) → Future<void> -
Removes a list of rows from the dirty rows log.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited