SQLMergeStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

MergeInsertClause
class MergeInsertClause
Undocumented in source.
MergeUpdateClause
class MergeUpdateClause
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getAlias
string getAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
getErrorLoggingClause
SQLErrorLoggingClause getErrorLoggingClause()
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!SQLHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
getInsertClause
MergeInsertClause getInsertClause()
Undocumented in source. Be warned that the author may not have intended to support it.
getInto
SQLTableSource getInto()
Undocumented in source. Be warned that the author may not have intended to support it.
getOn
SQLExpr getOn()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpdateClause
MergeUpdateClause getUpdateClause()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsing
SQLTableSource getUsing()
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorLoggingClause
void setErrorLoggingClause(SQLErrorLoggingClause errorLoggingClause)
Undocumented in source. Be warned that the author may not have intended to support it.
setInsertClause
void setInsertClause(MergeInsertClause insertClause)
Undocumented in source. Be warned that the author may not have intended to support it.
setInto
void setInto(SQLName into)
Undocumented in source. Be warned that the author may not have intended to support it.
setInto
void setInto(SQLTableSource into)
Undocumented in source. Be warned that the author may not have intended to support it.
setOn
void setOn(SQLExpr on)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpdateClause
void setUpdateClause(MergeUpdateClause updateClause)
Undocumented in source. Be warned that the author may not have intended to support it.
setUsing
void setUsing(SQLTableSource using)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLStatementImpl

dbType
string dbType;
Undocumented in source.
afterSemi
bool afterSemi;
Undocumented in source.
headHints
List!SQLCommentHint headHints;
Undocumented in source.
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.
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.
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.
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.
clone
SQLStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeadHintsDirect
List!SQLCommentHint getHeadHintsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadHints
void setHeadHints(List!SQLCommentHint headHints)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta