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) |
getChildrenclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic 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–2018 Alibaba Group. All rights reserved.