public static class SQLPartitionSpec.Item extends SQLObjectImpl implements Cloneable
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
SQLPartitionSpec.Item |
clone() |
SQLName |
getColumn() |
SQLExpr |
getValue() |
void |
setColumn(SQLName column) |
void |
setValue(SQLExpr value) |
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, toStringpublic SQLPartitionSpec.Item clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic SQLName getColumn()
public void setColumn(SQLName column)
public SQLExpr getValue()
public void setValue(SQLExpr value)
Copyright © 2013–2021 Alibaba Group. All rights reserved.