SqliteMemoryAdapter<I extends Info, E extends Entry<I>> class

The SqliteMemoryAdapter provides a bridge between the store and the Sqlite in-memory backend

Inheritance

Properties

dao → DaoAdapter<I, E>
Returns the DaoAdapter of the underlining SqliteDatabase
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
inherited
create(String name) Future<void>
Creates a partition
inherited
delete(String name) Future<void>
Deletes a partition
override
deleteAll() Future<void>
Deletes all partitions
override
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

Static Methods

build<I extends Info, E extends Entry<I>>(SqliteBuilder<I, E> builder, {bool? logStatements, DatabaseSetup? setup, bool? cachePreparedStatements}) Future<SqliteAdapter<I, E>>
Builds SqliteMemoryAdapter.