DBConnection class
Constructors
- DBConnection(DatabaseConnection connection)
Properties
Methods
-
delete(
String query, [List bindings = const []]) → Future< int> -
insert(
String query, [List bindings = const []]) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
select(
String query, [List bindings = const []]) → RecordSet? -
statement(
String query, [List bindings = const []]) → bool -
toString(
) → String -
A string representation of this object.
inherited
-
unprepared(
String query) → bool -
update(
String query, [List bindings = const []]) → Future< int>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited