public class SQLPartitionValue extends SQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLPartitionValue.Operator |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLExpr> |
items |
protected SQLPartitionValue.Operator |
operator |
attributes, parent| 构造器和说明 |
|---|
SQLPartitionValue(SQLPartitionValue.Operator operator) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addItem(SQLExpr item) |
SQLPartitionValue |
clone() |
List<SQLExpr> |
getItems() |
SQLPartitionValue.Operator |
getOperator() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprotected SQLPartitionValue.Operator operator
public SQLPartitionValue(SQLPartitionValue.Operator operator)
public void addItem(SQLExpr item)
public SQLPartitionValue.Operator getOperator()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLPartitionValue clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.