stanza
stanza
InsertQuery
addSubstitution method
addSubstitution
stanza
stanza
InsertQuery
addSubstitution method
InsertQuery class
Constructors
InsertQuery
Properties
hashCode
runtimeType
substitutionValues
table
Methods
fork
insert
insertEntity
statement
addSubstitution
importSubstitutionValues
noSuchMethod
toString
Operators
operator ==
addSubstitution
method
void
addSubstitution
(
ValueSub
sub
)
inherited
Implementation
void addSubstitution(ValueSub sub) { _substitutionValues[sub.key] = sub.value; }