RepositoryDeleteMixin<DeleteRequest> 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

delete(List<DeleteRequest> keys) Future<void>
deleteMany(List<DeleteRequest> keys) Future<void>
override
deleteOne(DeleteRequest key) 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