BeanStorageProvider class

Inheritance

Constructors

BeanStorageProvider([Config config ])

Properties

fieldsStringSchema → String
read-only
selectColumns → List<String>
read-only
config Config
read / write, inherited
constraints → String
read-only, inherited
db → Future<Database>
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
schema → dynamic
read-only, inherited
stringSchema → String
read-only, inherited
tableName → String
read-only, inherited

Methods

deleteBean(Bean bean) → Future
insertBean(Bean bean) → Future<Bean>
insertBeans(List<Bean> beans) → Future<List<Bean>>
updateBean(Bean bean) → Future<int>
updateBeans(List<Bean> beans) → Future<List<int>>
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
getOperatorClassFromMap(Map map) → dynamic
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