DriverTransactor class abstract

Mixed in types

Constructors

DriverTransactor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer → PrimitiveSerializer
no setterinherited
type DatabaseDriverType
no setterinherited
typeconverters List<EntityTypeConverter>
no setterinherited

Methods

delete(DeleteQuery query) Future<void>
Perform delete on the database
inherited
execute(String script) Future
Execute scripts on the database.
inherited
insert(InsertQuery query) Future
Perform insert on the database
inherited
insertMany(InsertManyQuery query) Future
Perform insert on the database
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Query query) Future<List<Map<String, dynamic>>>
Perform query on the database
inherited
rawQuery(String script) Future<List<Map<String, dynamic>>>
Perform raw query on the database.
inherited
toString() String
A string representation of this object.
inherited
update(UpdateQuery query) Future<void>
Perform update on the database
inherited

Operators

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