SdbStoreRefDbExtension<K extends SdbKey, V extends SdbValue> extension
Store reference implementation.
- on
-
- SdbStoreRef<
K, V>
- SdbStoreRef<
Methods
-
add(
SdbClient client, V value) → Future< K> -
Available on SdbStoreRef<
Add a single record.K, V> , provided by the SdbStoreRefDbExtension extension -
count(
SdbClient client, {SdbBoundaries< K> ? boundaries}) → Future<int> -
Available on SdbStoreRef<
Count records.K, V> , provided by the SdbStoreRefDbExtension extension -
delete(
SdbClient client, {SdbBoundaries< K> ? boundaries, int? offset, int? limit, bool? descending}) → Future<void> -
Available on SdbStoreRef<
Delete records.K, V> , provided by the SdbStoreRefDbExtension extension -
findRecord(
SdbClient client, {SdbBoundaries< K> ? boundaries, SdbFilter? filter, int? offset, bool? descending}) → Future<SdbRecordSnapshot< K, V> ?> -
Available on SdbStoreRef<
Find firest recordsK, V> , provided by the SdbStoreRefDbExtension extension -
findRecordKeys(
SdbClient client, {SdbBoundaries< K> ? boundaries, int? offset, int? limit, bool? descending}) → Future<List< SdbRecordKey< >K, V> > -
Available on SdbStoreRef<
Find records.K, V> , provided by the SdbStoreRefDbExtension extension -
findRecords(
SdbClient client, {SdbBoundaries< K> ? boundaries, SdbFilter? filter, int? offset, int? limit, bool? descending}) → Future<List< SdbRecordSnapshot< >K, V> > -
Available on SdbStoreRef<
Find records.K, V> , provided by the SdbStoreRefDbExtension extension -
put(
SdbClient client, V value) → Future< K> -
Available on SdbStoreRef<
Put a single record (when using inline keys)K, V> , provided by the SdbStoreRefDbExtension extension -
record(
K key) → SdbRecordRef< K, V> -
Available on SdbStoreRef<
Record reference.K, V> , provided by the SdbStoreRefDbExtension extension