SQLDeleteStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(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.
addCondition
void addCondition(string conditionSql)
Undocumented in source. Be warned that the author may not have intended to support it.
addCondition
void addCondition(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
addWhere
bool addWhere(SQLExpr where)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLDeleteStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLDeleteStatement x)
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.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getExprTableSource
SQLExprTableSource getExprTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getFrom
SQLTableSource getFrom()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
SQLName getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableSource
SQLTableSource getTableSource()
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.
getWhere
SQLExpr getWhere()
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.
isOnly
bool isOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
removeCondition
bool removeCondition(string conditionSql)
Undocumented in source. Be warned that the author may not have intended to support it.
removeCondition
bool removeCondition(SQLExpr condition)
Undocumented in source. Be warned that the author may not have intended to support it.
replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
setAlias
void setAlias(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
setFrom
void setFrom(SQLTableSource from)
Undocumented in source. Be warned that the author may not have intended to support it.
setOnly
void setOnly(bool only)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableName
void setTableName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLTableSource tableSource)
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.
setWhere
void setWhere(SQLExpr where)
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.

Variables

_with
SQLWithSubqueryClause _with;
Undocumented in source.
from
SQLTableSource from;
Undocumented in source.
only
bool only;
Undocumented in source.
tableSource
SQLTableSource tableSource;
Undocumented in source.
using
SQLTableSource using;
Undocumented in source.
where
SQLExpr where;
Undocumented in source.

Meta