Db class abstract

Annotations

Constructors

Db()

Properties

config ServerConfig
no setter
counter int
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

disconnect() Future<void>
fetchCol<T>(String sql, [List<Object?>? values]) Future<List<T>>
fetchOne<T>(String sql, [List<Object?>? values]) Future<T?>
fetchRow(String sql, [List<Object?>? values]) Future<Map?>
fetchRows(String sql, [List<Object?>? values]) Future<Iterable<Map>>
getConnection() Future<MySQLConnection>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String sql, [List? values]) Future<IResultSet>
toString() String
A string representation of this object.
inherited

Operators

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