stanza
stanza
UpdateQuery
addSubstitution method
addSubstitution
stanza
stanza
UpdateQuery
addSubstitution method
UpdateQuery class
Constructors
UpdateQuery
Properties
bracketDepth
hashCode
runtimeType
substitutionValues
table
whereClauses
Methods
column
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; }