MapDrivenDataStore class

Implemented types

Constructors

MapDrivenDataStore(String tableName)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
create(List<Map> objects) Future<List<String>?>
override
deepSave(Map entity) Future<Map?>
override
deleteRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
find([DataQueryBuilder? queryBuilder]) Future<List<Map?>?>
override
findById(String id, {List<String>? relations, int? relationsDepth, DataQueryBuilder? queryBuilder}) Future<Map?>
override
findFirst({List<String>? relations, int? relationsDepth}) Future<Map?>
override
findLast({List<String>? relations, int? relationsDepth}) Future<Map?>
override
getObjectCount([DataQueryBuilder? queryBuilder]) Future<int?>
override
loadRelations<R>(String objectId, LoadRelationsQueryBuilder<R> queryBuilder) Future<List<R?>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({Map? entity, String? whereClause}) Future<int?>
override
rt() EventHandler<Map>
override
save(Map entity, {bool isUpsert = false}) Future<Map?>
override
setRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
toString() String
A string representation of this object.
inherited
update(String whereClause, Map changes) Future<int?>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited