SdbOpenStoreRef<K extends KeyBase, V extends ValueBase> class abstract

Store during open.

Available extensions

Constructors

SdbOpenStoreRef()

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

createIndex<I extends IndexBase>(SdbIndex1Ref<K, V, I> index, String indexKeyPath) → SdbOpenIndexRef<K, V, I>

Available on SdbOpenStoreRef<K, V>, provided by the SdbOpenStoreRefExtension extension

Create an index.
createIndex2<I1 extends IndexBase, I2 extends IndexBase>(SdbIndex2Ref<K, V, I1, I2> index, String indexKeyPath1, String indexKeyPath2) → SdbOpenIndexRef<K, V, (I1, I2)>

Available on SdbOpenStoreRef<K, V>, provided by the SdbOpenStoreRefExtension extension

Create an index on 2 fields.
createIndex3<I1 extends IndexBase, I2 extends IndexBase, I3 extends IndexBase>(SdbIndex3Ref<K, V, I1, I2, I3> index, String indexKeyPath1, String indexKeyPath2, String indexKeyPath3) → SdbOpenIndexRef<K, V, (I1, I2, I3)>

Available on SdbOpenStoreRef<K, V>, provided by the SdbOpenStoreRefExtension extension

Create an index on 3 fields.
createIndex4<I1 extends IndexBase, I2 extends IndexBase, I3 extends IndexBase, I4 extends IndexBase>(SdbIndex4Ref<K, V, I1, I2, I3, I4> index, String indexKeyPath1, String indexKeyPath2, String indexKeyPath3, String indexKeyPath4) → SdbOpenIndexRef<K, V, (I1, I2, I3, I4)>

Available on SdbOpenStoreRef<K, V>, provided by the SdbOpenStoreRefExtension extension

Create an index on 4 fields.
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