SdbOpenDatabase class abstract

Database during open.

Available extensions

Constructors

SdbOpenDatabase()

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

createStore<K extends KeyBase, V extends ValueBase>(SdbStoreRef<K, V> store, {String? keyPath, bool? autoIncrement}) SdbOpenStoreRef<K, V>

Available on SdbOpenDatabase, provided by the SdbOpenDatabaseExtension extension

Create a store. auto increment is set to true if not set for int keys
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectStore<K extends KeyBase, V extends ValueBase>(SdbStoreRef<K, V> store) SdbOpenStoreRef<K, V>

Available on SdbOpenDatabase, provided by the SdbOpenDatabaseExtension extension

get an existing store.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited