- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(PGASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- addConflicUpdateItem
void addConflicUpdateItem(SQLUpdateSetItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- addValueCause
void addValueCause(ValuesClause valueClause)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
PGInsertStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(PGInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnConflictConstraint
SQLName getOnConflictConstraint()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnConflictTarget
List!(SQLExpr) getOnConflictTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnConflictUpdateSetItems
List!(SQLUpdateSetItem) getOnConflictUpdateSetItems()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOnConflictWhere
SQLExpr getOnConflictWhere()
Undocumented in source. Be warned that the author may not have intended to support it.
- getReturning
SQLExpr getReturning()
Undocumented in source. Be warned that the author may not have intended to support it.
- getValues
ValuesClause getValues()
Undocumented in source. Be warned that the author may not have intended to support it.
- getValuesList
List!(ValuesClause) getValuesList()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDefaultValues
bool isDefaultValues()
Undocumented in source. Be warned that the author may not have intended to support it.
- isOnConflictDoNothing
bool isOnConflictDoNothing()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDefaultValues
void setDefaultValues(bool defaultValues)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnConflictConstraint
void setOnConflictConstraint(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnConflictDoNothing
void setOnConflictDoNothing(bool onConflictDoNothing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnConflictTarget
void setOnConflictTarget(List!(SQLExpr) onConflictTarget)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnConflictWhere
void setOnConflictWhere(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
- setReturning
void setReturning(SQLExpr returning)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValues
void setValues(ValuesClause values)
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.