public static class MySqlCreateTableStatement.TableSpaceOption extends MySqlObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLName |
name |
private SQLExpr |
storage |
attributes, parent| 构造器和说明 |
|---|
TableSpaceOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlCreateTableStatement.TableSpaceOption |
clone() |
SQLName |
getName() |
SQLExpr |
getStorage() |
void |
setName(SQLName name) |
void |
setStorage(SQLExpr storage) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName name)
public SQLExpr getStorage()
public void setStorage(SQLExpr storage)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic MySqlCreateTableStatement.TableSpaceOption clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.