stanza
stanza
DeleteQuery
addSubstitution method
addSubstitution
stanza
stanza
DeleteQuery
addSubstitution method
DeleteQuery class
Constructors
DeleteQuery
Properties
bracketDepth
hashCode
runtimeType
substitutionValues
table
whereClauses
Methods
fork
statement
addSubstitution
and
cloner
importSubstitutionValues
importWhereClauses
noSuchMethod
or
toString
where
Operators
operator ==
addSubstitution
method
void
addSubstitution
(
ValueSub
sub
)
inherited
Implementation
void addSubstitution(ValueSub sub) { _substitutionValues[sub.key] = sub.value; }