DriverContract mixin

Mixin Applications

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 setter
type DatabaseDriverType
no setter
typeconverters List<EntityTypeConverter>
no setter

Methods

delete(DeleteQuery query) Future<void>
Perform delete on the database
execute(String script) Future
Execute scripts on the database.
insert(InsertQuery query) Future
Perform insert on the database
insertMany(InsertManyQuery query) Future
Perform insert on the database
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
rawQuery(String script) Future<List<Map<String, dynamic>>>
Perform raw query on the database.
toString() String
A string representation of this object.
inherited
update(UpdateQuery query) Future<void>
Perform update on the database

Operators

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