public static class MySqlExtPartition.Item extends MySqlObjectImpl implements Cloneable
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlExtPartition.Item |
clone() |
SQLName |
getDbPartition() |
SQLExpr |
getDbPartitionBy() |
SQLName |
getTbPartition() |
SQLExpr |
getTbPartitionBy() |
void |
setDbPartition(SQLName x) |
void |
setDbPartitionBy(SQLExpr x) |
void |
setTbPartition(SQLName x) |
void |
setTbPartitionBy(SQLExpr x) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic MySqlExtPartition.Item clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic SQLName getDbPartition()
public void setDbPartition(SQLName x)
public SQLName getTbPartition()
public void setTbPartition(SQLName x)
public SQLExpr getDbPartitionBy()
public void setDbPartitionBy(SQLExpr x)
public SQLExpr getTbPartitionBy()
public void setTbPartitionBy(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.