public static class SQLPartitionSpec.Item extends SQLObjectImpl implements Cloneable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
Item() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
SQLPartitionSpec.Item |
clone() |
SQLName |
getColumn() |
SQLExpr |
getValue() |
void |
setColumn(SQLName column) |
void |
setValue(SQLExpr value) |
accept, 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, toStringprotected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic SQLPartitionSpec.Item clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic SQLName getColumn()
public void setColumn(SQLName column)
public SQLExpr getValue()
public void setValue(SQLExpr value)
Copyright © 2013–2023. All rights reserved.