DatabaseConnection class

Constructors

DatabaseConnection()

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

delete(String sql) Future<void>
findAll(String query, Map<String, dynamic>? substitutionValues) Future<List<Map<String, Map<String, dynamic>>>>
findById(String query, Map<String, dynamic>? substitutionValues) Future<List<Map<String, Map<String, dynamic>>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String sql, Map<String, dynamic>? map) Future<void>
put(String sql, Map<String, dynamic>? map) Future<void>
setProperties(String server, int port, String dbName, String userName, String password, String connectionDriver) → void
toString() String
A string representation of this object.
inherited

Operators

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