SdbDatabase class abstract
SimpleDb definition.
- Available extensions
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
-
close(
) → Future< void> -
Available on SdbDatabase, provided by the SdbDatabaseExtension extension
Close the database. -
inStoresTransaction<
T, K extends KeyBase, V extends ValueBase> (List< SdbStoreRef< stores, SdbTransactionMode mode, Future<KeyBase, ValueBase> >T> callback(SdbMultiStoreTransaction txn)) → Future<T> -
Available on SdbDatabase, provided by the SdbDatabaseExtension extension
Run a transaction. -
inStoreTransaction<
T, K extends KeyBase, V extends ValueBase> (SdbStoreRef< K, V> store, SdbTransactionMode mode, Future<T> callback(SdbSingleStoreTransaction<K, V> txn)) → Future<T> -
Available on SdbDatabase, provided by the SdbDatabaseExtension extension
Run a transaction. -
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