SQLDeclareStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLName name, SQLDataType dataType)
Undocumented in source.
this
this(SQLName name, SQLDataType dataType, SQLExpr value)
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.
addItem
void addItem(SQLDeclareItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
getItems
List!SQLDeclareItem getItems()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

items
List!SQLDeclareItem items;
Undocumented in source.

Meta