public static class MySqlExtPartition.Item extends MySqlObjectImpl implements Cloneable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
Item() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic MySqlExtPartition.Item clone()
clone 在接口中 SQLObjectclone 在类中 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–2023. All rights reserved.