SdbSingleStoreTransaction<K extends KeyBase, V extends ValueBase> class
abstract
Single store transaction.
- Implemented types
- 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
-
txnStore
→ SdbTransactionStoreRef<
K, V> -
Transaction store reference.
no setter
Methods
-
add(
V value) → Future< K> -
Available on SdbSingleStoreTransaction<
Add a recordK, V> , provided by the SdbSingleStoreTransactionExtension extension -
delete(
K key) → Future< void> -
Available on SdbSingleStoreTransaction<
Delete a recordK, V> , provided by the SdbSingleStoreTransactionExtension extension -
findRecordKeys(
{SdbBoundaries< K> ? boundaries, int? offset, int? limit}) → Future<List< SdbRecordKey< >K, V> > -
Available on SdbSingleStoreTransaction<
Find record keys.K, V> , provided by the SdbSingleStoreTransactionExtension extension -
findRecords(
{SdbBoundaries< K> ? boundaries, int? offset, int? limit}) → Future<List< SdbRecordSnapshot< >K, V> > -
Available on SdbSingleStoreTransaction<
Find records.K, V> , provided by the SdbSingleStoreTransactionExtension extension -
getRecord(
K key) → Future< SdbRecordSnapshot< K, V> ?> -
Available on SdbSingleStoreTransaction<
Get a single record.K, V> , provided by the SdbSingleStoreTransactionExtension extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
K key, V value) → Future< void> -
Available on SdbSingleStoreTransaction<
Put a recordK, V> , provided by the SdbSingleStoreTransactionExtension extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited