MySqlAlterTablespaceStatement

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getAddDataFile
SQLExpr getAddDataFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getDropDataFile
SQLExpr getDropDataFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getEngine
SQLExpr getEngine()
Undocumented in source. Be warned that the author may not have intended to support it.
getInitialSize
SQLExpr getInitialSize()
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.
isWait
bool isWait()
Undocumented in source. Be warned that the author may not have intended to support it.
setAddDataFile
void setAddDataFile(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setDropDataFile
void setDropDataFile(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setEngine
void setEngine(SQLExpr engine)
Undocumented in source. Be warned that the author may not have intended to support it.
setInitialSize
void setInitialSize(SQLExpr x)
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.
setWait
void setWait(bool wait)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlStatementImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor 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.

Meta