MySqlCreateAddLogFileGroupStatement

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.
getAddUndoFile
SQLExpr getAddUndoFile()
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.
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.
getNodeGroup
SQLExpr getNodeGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
getRedoBufferSize
SQLExpr getRedoBufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getUndoBufferSize
SQLExpr getUndoBufferSize()
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.
setAddUndoFile
void setAddUndoFile(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 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.
setNodeGroup
void setNodeGroup(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setRedoBufferSize
void setRedoBufferSize(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setUndoBufferSize
void setUndoBufferSize(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