SembastStoreRefSyncExtension<K, V> extension
Store ref public sembast extension.
Provides access helper to data on the store using a given DatabaseClient.
- on
-
- StoreRef<
K, V>
- StoreRef<
Methods
-
countSync(
DatabaseClient databaseClient, {Filter? filter}) → int -
Available on StoreRef<
count records.K, V> , provided by the SembastStoreRefSyncExtension extension -
findFirstSync(
DatabaseClient databaseClient, {Finder? finder}) → RecordSnapshot< K, V> ? -
Available on StoreRef<
Find a single record.K, V> , provided by the SembastStoreRefSyncExtension extension -
findKeysSync(
DatabaseClient databaseClient, {Finder? finder}) → List< K> -
Available on StoreRef<
Find multiple keys.K, V> , provided by the SembastStoreRefSyncExtension extension -
findKeySync(
DatabaseClient databaseClient, {Finder? finder}) → K? -
Available on StoreRef<
Find one key.K, V> , provided by the SembastStoreRefSyncExtension extension -
findSync(
DatabaseClient databaseClient, {Finder? finder}) → List< RecordSnapshot< K, V> > -
Available on StoreRef<
Find multiple records. Synchronous access.K, V> , provided by the SembastStoreRefSyncExtension extension