DbInterface class
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
-
addObject({required String table, required Map<String, Object?> keyValues})
→ Future<int>
-
-
countObject(String query, [List<Object?>? arguments])
→ Future<int>
-
-
delete({required String table, required Map<String, Object?> keyValues})
→ Future
-
-
deleteById({required String table, required int rawId})
→ Future
-
-
execute(String sql, [List<Object?>? arguments])
→ Future
-
-
getObjects(String query, [List<Object?>? arguments])
→ Future<List<Map<String, Object?>>>
-
-
getOneObject(String query, [List<Object?>? arguments])
→ Future<Map<String, Object?>?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rawAddObject(String action, [List<Object?>? arguments])
→ Future<int>
-
-
rawDelete(String action, [List<Object?>? arguments])
→ Future
-
-
rawUpdate(String action, [List<Object?>? arguments])
→ Future<int>
-
-
setup()
→ dynamic
-
-
setValue({required String key, required String value})
→ Future<int>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update({required String table, required int rawId, required Map<String, Object?> keyValues})
→ Future<int>
-
-
value(String key)
→ Future<String?>
-