DBConnection class

Constructors

DBConnection(DatabaseConnection connection)

Properties

driver DBDriver
latefinal
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 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