DatabaseConnection class abstract
Constructors
Properties
- database ↔ String
-
getter/setter pair
- driver ↔ Symbol
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
getter/setter pair
- password ↔ String
-
getter/setter pair
- port ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username ↔ String
-
getter/setter pair
Methods
-
begin(
) → Future -
close(
) → void -
commit(
) → Future -
execute(
String query) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → Future< void> -
query(
String query) → Future< List< MappedRow> > -
rollback(
) → Future -
tableExists(
String table) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
transaction<
T> (Future< T> function()) → Future<T>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited