SQLDropViewStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
Undocumented in source.
this
this(SQLName name)
Undocumented in source.
this
this(SQLExprTableSource tableSource)
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.
addPartition
void addPartition(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
addTableSource
void addTableSource(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
addTableSource
void addTableSource(SQLExprTableSource tableSource)
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.
getTableSources
List!SQLExprTableSource getTableSources()
Undocumented in source. Be warned that the author may not have intended to support it.
isCascade
bool isCascade()
Undocumented in source. Be warned that the author may not have intended to support it.
isIfExists
bool isIfExists()
Undocumented in source. Be warned that the author may not have intended to support it.
isRestrict
bool isRestrict()
Undocumented in source. Be warned that the author may not have intended to support it.
setCascade
void setCascade(bool cascade)
Undocumented in source. Be warned that the author may not have intended to support it.
setIfExists
void setIfExists(bool ifExists)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
setRestrict
void setRestrict(bool restrict)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cascade
bool cascade;
Undocumented in source.
ifExists
bool ifExists;
Undocumented in source.
restrict
bool restrict;
Undocumented in source.
tableSources
List!SQLExprTableSource tableSources;
Undocumented in source.

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