stanza
stanza
SelectQuery
addSubstitution method
addSubstitution
stanza
stanza
SelectQuery
addSubstitution method
SelectQuery class
Constructors
SelectQuery
Properties
bracketDepth
hashCode
runtimeType
substitutionValues
table
whereClauses
Methods
fork
groupBy
limit
offset
orderBy
selectFields
selectStar
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; }