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