DVMySqlConnection class abstract
One MySQL connection. Abstracted like the Postgres and Redis transports.
Constructors
Properties
Methods
-
close(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
List< int> bytes) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited