SQLAlterTableStatement

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.
addItem
void addItem(SQLAlterTableItem item)
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.
getItems
List!SQLAlterTableItem getItems()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchema
string getSchema()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
string getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableOptions
Map!(string, SQLObject) getTableOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableSource
SQLExprTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
isIgnore
bool isIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
isInvalidateGlobalIndexes
bool isInvalidateGlobalIndexes()
Undocumented in source. Be warned that the author may not have intended to support it.
isMergeSmallFiles
bool isMergeSmallFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
isRemovePatiting
bool isRemovePatiting()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpdateGlobalIndexes
bool isUpdateGlobalIndexes()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpgradePatiting
bool isUpgradePatiting()
Undocumented in source. Be warned that the author may not have intended to support it.
nameHashCode64
long nameHashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
setIgnore
void setIgnore(bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
setInvalidateGlobalIndexes
void setInvalidateGlobalIndexes(bool invalidateGlobalIndexes)
Undocumented in source. Be warned that the author may not have intended to support it.
setMergeSmallFiles
void setMergeSmallFiles(bool mergeSmallFiles)
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.
setRemovePatiting
void setRemovePatiting(bool removePatiting)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLExpr table)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpdateGlobalIndexes
void setUpdateGlobalIndexes(bool updateGlobalIndexes)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpgradePatiting
void setUpgradePatiting(bool upgradePatiting)
Undocumented in source. Be warned that the author may not have intended to support it.

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