stanza
stanza
DeleteQuery
fork method
fork
stanza
stanza
DeleteQuery
fork 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 ==
fork
method
DeleteQuery
fork
(
)
Implementation
DeleteQuery fork() { var q = DeleteQuery(table); q.importWhereClauses(this.cloner()); return q; }