MySqlCreateTableSpaceStatement

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.
getAutoExtentSize
SQLExpr getAutoExtentSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getComment
SQLExpr getComment()
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.
getExtentSize
SQLExpr getExtentSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getFileBlockSize
SQLExpr getFileBlockSize()
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.
getLogFileGroup
SQLExpr getLogFileGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxSize
SQLExpr getMaxSize()
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.
getNodeGroup
SQLExpr getNodeGroup()
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.
setAutoExtentSize
void setAutoExtentSize(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setComment
void setComment(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setEngine
void setEngine(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setExtentSize
void setExtentSize(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setFileBlockSize
void setFileBlockSize(SQLExpr x)
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.
setLogFileGroup
void setLogFileGroup(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxSize
void setMaxSize(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
setNodeGroup
void setNodeGroup(SQLExpr x)
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