TDataProvider class abstract

A data provider is the object that manages the data persistence.

Implementers

Constructors

TDataProvider({required String storeName})

Properties

database TDataBaseCore
The database is the object that manages the store.
final
hashCode int
The hash code for this object.
no setterinherited
onChanges Stream<TStoreChanges>
Returns the stream of changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store TStore
Returns the store.
no setter
storeName String
The name of the store.
final

Methods

connect() Future<bool>
Initializes the data provider.
disconnect() Future<bool>
Closes the data provider.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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