SdbOpenStoreRef<K extends SdbKey, V extends SdbValue>  class 
    abstract
 
Store during open.
- 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
Methods
- 
  createIndex<I extends SdbIndexKey> (SdbIndex1Ref< K, V, I> index, String indexKeyPath) → SdbOpenIndexRef<K, V, I> 
- Create an index.
- 
  createIndex2<I1 extends SdbIndexKey, I2 extends SdbIndexKey> (SdbIndex2Ref< K, V, I1, I2> index, String indexKeyPath1, String indexKeyPath2) → SdbOpenIndexRef<K, V, (I1, I2)> 
- Create an index on 2 fields.
- 
  createIndex3<I1 extends SdbIndexKey, I2 extends SdbIndexKey, I3 extends SdbIndexKey> (SdbIndex3Ref< K, V, I1, I2, I3> index, String indexKeyPath1, String indexKeyPath2, String indexKeyPath3) → SdbOpenIndexRef<K, V, (I1, I2, I3)> 
- Create an index on 3 fields.
- 
  createIndex4<I1 extends SdbIndexKey, I2 extends SdbIndexKey, I3 extends SdbIndexKey, I4 extends SdbIndexKey> (SdbIndex4Ref< K, V, I1, I2, I3, I4> index, String indexKeyPath1, String indexKeyPath2, String indexKeyPath3, String indexKeyPath4) → SdbOpenIndexRef<K, V, (I1, I2, I3, I4)> 
- 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