SQLTruncateStatement

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.
addTableSource
void addTableSource(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
getCascade
Boolean getCascade()
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.
getRestartIdentity
Boolean getRestartIdentity()
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.
isContinueIdentity
bool isContinueIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
isDropStorage
bool isDropStorage()
Undocumented in source. Be warned that the author may not have intended to support it.
isIgnoreDeleteTriggers
bool isIgnoreDeleteTriggers()
Undocumented in source. Be warned that the author may not have intended to support it.
isImmediate
bool isImmediate()
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.
isPurgeSnapshotLog
bool isPurgeSnapshotLog()
Undocumented in source. Be warned that the author may not have intended to support it.
isRestrictWhenDeleteTriggers
bool isRestrictWhenDeleteTriggers()
Undocumented in source. Be warned that the author may not have intended to support it.
isReuseStorage
bool isReuseStorage()
Undocumented in source. Be warned that the author may not have intended to support it.
setCascade
void setCascade(Boolean cascade)
Undocumented in source. Be warned that the author may not have intended to support it.
setContinueIdentity
void setContinueIdentity(bool continueIdentity)
Undocumented in source. Be warned that the author may not have intended to support it.
setDropStorage
void setDropStorage(bool dropStorage)
Undocumented in source. Be warned that the author may not have intended to support it.
setIgnoreDeleteTriggers
void setIgnoreDeleteTriggers(bool ignoreDeleteTriggers)
Undocumented in source. Be warned that the author may not have intended to support it.
setImmediate
void setImmediate(bool immediate)
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.
setPurgeSnapshotLog
void setPurgeSnapshotLog(bool purgeSnapshotLog)
Undocumented in source. Be warned that the author may not have intended to support it.
setRestartIdentity
void setRestartIdentity(Boolean restartIdentity)
Undocumented in source. Be warned that the author may not have intended to support it.
setRestrictWhenDeleteTriggers
void setRestrictWhenDeleteTriggers(bool restrictWhenDeleteTriggers)
Undocumented in source. Be warned that the author may not have intended to support it.
setReuseStorage
void setReuseStorage(bool reuseStorage)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSources
void setTableSources(List!SQLExprTableSource tableSources)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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