MssqlDelete class
A single-table DELETE.
- Available extensions
- Annotations
-
- @immutable
Constructors
- MssqlDelete.from(String identifier)
-
factory
-
MssqlDelete.fromParts(List<
String> parts) -
The parts-based form; see MssqlSource.parts.
factory
Properties
- all → bool
-
final
-
conditions
→ List<
MssqlCondition> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- output → MssqlOutputClause?
-
What the statement reports about the rows it removed, if anything.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → MssqlSource
-
final
Methods
-
allRows(
) → MssqlDelete - Every row. Deliberate, and greppable.
-
compile(
{MssqlDialect dialect = MssqlDialect.sql2012}) → MssqlStatement -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
returning(
MssqlOutputClause clause) → MssqlDelete -
Reports the removed rows through an
OUTPUTclause. -
run(
MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) → Future< int> -
Available on MssqlDelete, provided by the MssqlDeleteExecution extension
-
runReturning(
MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) → Future< List< MssqlRow> > -
Available on MssqlDelete, provided by the MssqlDeleteExecution extension
Runs the statement and returns the rows itsOUTPUTclause produced. -
toString(
) → String -
A string representation of this object.
inherited
-
where(
MssqlCondition condition) → MssqlDelete
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited