MyDbHandler class abstract

Implementers

Constructors

MyDbHandler()

Properties

databasePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteConditionedRecords({String table = "", String condition = ""}) Future<Map<String, dynamic>>
executeActionQuery({required String query, required int action, List? values}) Future<Map<String, dynamic>>
executeQuery(String query) → dynamic
fetchQueryRecords({String query = "", String fetchMode = "LIST", Map<String, List<String>> formatColumns = const {}}) Future<Map<String, dynamic>>
getConnectionObject() → dynamic
insertRecords({required String table, required Map<String, dynamic> values, Map<String, dynamic> userDefinedFunctions}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDatabase(String host, String db) → dynamic
toString() String
A string representation of this object.
inherited
updateConditionedRecords({required String table, required Map<String, dynamic> values, Map<String, dynamic> userDefinedFunctions, String condition = ""}) Future<Map<String, dynamic>>

Operators

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