KeyValueStorageProvider class

Inheritance
Implemented by

Constructors

KeyValueStorageProvider(Config config)

Properties

schema → List<Map>
read-only
tableName → String
read-only
config Config
read / write, inherited
constraints → String
read-only, inherited
db → Future<Database>
read-only, inherited
fieldsStringSchema → String
read-only, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
selectColumns → List<String>
read-only, inherited
stringSchema → String
read-only, inherited

Methods

getData(String key) → Future
getOperatorClassFromMap(Map map) → dynamic
remove(String key) → Future
setData(String key, dynamic response) → Future<StorageOperator>
close() → Future
inherited
createTable() → Future
inherited
delete({String where, List whereArgs }) → Future<int>
inherited
get({String where, List whereArgs }) → Future<StorageOperator>
inherited
getById(int id) → Future<StorageOperator>
inherited
getByIdRaw(int id) → Future<Map>
inherited
getList({bool distinct, List<String> columns, String where, List whereArgs, String groupBy, String having, String orderBy, int limit, int offset }) → Future<List<StorageOperator>>
inherited
getRaw({String where, List whereArgs }) → Future<Map>
inherited
getRawList({bool distinct, List<String> columns, String where, List whereArgs, String groupBy, String having, String orderBy, int limit, int offset }) → Future<List<Map>>
inherited
insert(StorageOperator operator) → Future<StorageOperator>
inherited
insertAll(List<StorageOperator> operators) → Future<List<StorageOperator>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
open({Function onOpen }) → Future
inherited
toString() → String
Returns a string representation of this object.
inherited
update(StorageOperator operator, String where, List whereArgs) → Future<int>
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Properties

keyColumn → String
read-only
valueColumn → String
read-only