SQLSetStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.
this
this(SQLExpr target, SQLExpr value)
Undocumented in source.
this
this(SQLExpr target, SQLExpr value, string dbType)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLSetStatement clone()
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.
getHints
List!SQLCommentHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
getItems
List!SQLAssignItem getItems()
Undocumented in source. Be warned that the author may not have intended to support it.
getOption
Option getOption()
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.
set
void set(SQLExpr target, SQLExpr value)
Undocumented in source. Be warned that the author may not have intended to support it.
setHints
void setHints(List!SQLCommentHint hints)
Undocumented in source. Be warned that the author may not have intended to support it.
setItems
void setItems(List!SQLAssignItem items)
Undocumented in source. Be warned that the author may not have intended to support it.
setOption
void setOption(Option option)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

plus
SQLSetStatement plus(SQLName target)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Option
struct Option
Undocumented in source.

Meta