RepositoryInsertMixin<InsertRequest> mixin

Superclass Constraints
Implemented types

Properties

db Session
finalinherited
hashCode int
The hash code for this object.
no setterinherited
keyName String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
finalinherited

Methods

insert(List<InsertRequest> requests) Future<void>
insertMany(List<InsertRequest> requests) Future<void>
override
insertOne(InsertRequest request) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query<T, U>(Query<T, U> query, U params) Future<T>
inherited
queryMany<T>(ViewQueryable<T> q, [QueryParams? params]) Future<List<T>>
inherited
queryOne<T, K>(K key, KeyedViewQueryable<T, K> q) Future<T?>
inherited
run<T>(Action<T> action, T request) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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