Delete<T extends Row> class final

A DELETE statement deleting multiple rows.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute() Future<void>
Execute this DELETE statement in the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returnDeleted() Return<(Expr<T>)>
Create a DELETE statement that returns the deleted rows, using the RETURNING clause.
returning<S extends Record>(S projectionBuilder(Expr<T> updated)) Return<S>
Create a DELETE statement that returns a projection of the deleted rows, using the RETURNING clause.
toString() String
A string representation of this object.
inherited

Operators

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