- accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLInsertStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(MySqlInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDuplicateKeyUpdate
List!(SQLExpr) getDuplicateKeyUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDelayed
bool isDelayed()
Undocumented in source. Be warned that the author may not have intended to support it.
- isHighPriority
bool isHighPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
- isIgnore
bool isIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLowPriority
bool isLowPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRollbackOnFail
bool isRollbackOnFail()
Undocumented in source. Be warned that the author may not have intended to support it.
- output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDelayed
void setDelayed(bool delayed)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHighPriority
void setHighPriority(bool highPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIgnore
void setIgnore(bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLowPriority
void setLowPriority(bool lowPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRollbackOnFail
void setRollbackOnFail(bool rollbackOnFail)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
alias cloneTo = SQLInsertInto.cloneTo
Undocumented in source.
- _with
SQLWithSubqueryClause _with;
Undocumented in source.
- dbType
string dbType;
Undocumented in source.
- upsert
bool upsert;
Undocumented in source.
- cloneTo
void cloneTo(SQLInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLInsertStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- isUpsert
bool isUpsert()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUpsert
void setUpsert(bool upsert)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWith
SQLWithSubqueryClause getWith()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWith
void setWith(SQLWithSubqueryClause _with)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLowerCaseString
string toLowerCaseString()
Undocumented in source. Be warned that the author may not have intended to support it.