SdbDatabase class abstract
SimpleDb definition.
- Available extensions
Constructors
Properties
Methods
-
close(
) → Future< void> - 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> - 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> - 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