DeleteSingle<T extends Row> class
final
A DELETE
statement deleting at-most one row.
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(
) → ReturnSingle< (Expr< T> )> -
Create a
DELETE
statement that returns the deleted row, using theRETURNING
clause. -
returning<
S extends Record> (S projectionBuilder(Expr< T> deleted)) → ReturnSingle<S> -
Create a
DELETE
statement that returns a projection of the deleted row, using theRETURNING
clause. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited