DBMerge class

Constructors

DBMerge({required Database? database, required List<TableDatabase> tableList, Function? onInitComplete})

Properties

database Database?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onInitComplete Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableList List<TableDatabase>
getter/setter pair

Methods

delete({dynamic query}) Future<bool>
get({dynamic query}) Future<List<Map<String, dynamic>>>
insert({dynamic data, dynamic tableName}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
table(String table) Query
toString() String
A string representation of this object.
inherited
update({dynamic data, dynamic where, dynamic tableName}) Future<bool>

Operators

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

Static Properties

listTableQuery List<Map<String, String>>?
getter/setter pair