SqliteAdapter<I extends Info, E extends Entry<I>> class abstract

The SqliteAdapter provides a bridge between the store and the Sqlite backend

Implementers

Constructors

SqliteAdapter(SqliteDatabase<I, E> _db)
SqliteAdapter constructor.

Properties

dao → DaoAdapter<I, E>
Returns the DaoAdapter of the underlining SqliteDatabase
no setter
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>
create(String name) Future<void>
Creates a partition
delete(String name) Future<void>
Deletes a partition
deleteAll() Future<void>
Deletes all partitions
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