public static class MySqlCreateTableStatement.TableSpaceOption extends MySqlExprImpl
| Constructor and Description |
|---|
TableSpaceOption() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlCreateTableStatement.TableSpaceOption |
clone() |
List<SQLObject> |
getChildren() |
SQLName |
getName() |
SQLExpr |
getStorage() |
void |
setName(SQLName name) |
void |
setStorage(SQLExpr storage) |
getHint, setHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName name)
public SQLExpr getStorage()
public void setStorage(SQLExpr storage)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic MySqlCreateTableStatement.TableSpaceOption clone()
Copyright © 2013–2020 Alibaba Group. All rights reserved.