public class MySqlCreateTableSpaceStatement extends MySqlStatementImpl implements SQLCreateStatement
Constructor and Description |
---|
MySqlCreateTableSpaceStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getAddDataFile() |
SQLExpr |
getAutoExtentSize() |
SQLExpr |
getComment() |
SQLExpr |
getEngine() |
SQLExpr |
getExtentSize() |
SQLExpr |
getFileBlockSize() |
SQLExpr |
getInitialSize() |
SQLExpr |
getLogFileGroup() |
SQLExpr |
getMaxSize() |
SQLName |
getName() |
SQLExpr |
getNodeGroup() |
boolean |
isWait() |
void |
setAddDataFile(SQLExpr x) |
void |
setAutoExtentSize(SQLExpr x) |
void |
setComment(SQLExpr x) |
void |
setEngine(SQLExpr x) |
void |
setExtentSize(SQLExpr x) |
void |
setFileBlockSize(SQLExpr x) |
void |
setInitialSize(SQLExpr x) |
void |
setLogFileGroup(SQLExpr x) |
void |
setMaxSize(SQLExpr x) |
void |
setName(SQLName x) |
void |
setNodeGroup(SQLExpr x) |
void |
setWait(boolean wait) |
getChildren
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlStatementImpl
public SQLName getName()
public void setName(SQLName x)
public SQLExpr getAddDataFile()
public void setAddDataFile(SQLExpr x)
public SQLExpr getInitialSize()
public void setInitialSize(SQLExpr x)
public SQLExpr getFileBlockSize()
public void setFileBlockSize(SQLExpr x)
public boolean isWait()
public void setWait(boolean wait)
public SQLExpr getEngine()
public void setEngine(SQLExpr x)
public SQLExpr getLogFileGroup()
public void setLogFileGroup(SQLExpr x)
public SQLExpr getExtentSize()
public void setExtentSize(SQLExpr x)
public SQLExpr getAutoExtentSize()
public void setAutoExtentSize(SQLExpr x)
public SQLExpr getMaxSize()
public void setMaxSize(SQLExpr x)
public SQLExpr getNodeGroup()
public void setNodeGroup(SQLExpr x)
public SQLExpr getComment()
public void setComment(SQLExpr x)
Copyright © 2013–2017 Alibaba Group. All rights reserved.