public class SQLPartitionValue extends SQLObjectImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLPartitionValue.Operator |
Constructor and Description |
---|
SQLPartitionValue(SQLPartitionValue.Operator operator) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLExpr item) |
SQLPartitionValue |
clone() |
List<SQLExpr> |
getItems() |
SQLPartitionValue.Operator |
getOperator() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public SQLPartitionValue(SQLPartitionValue.Operator operator)
public void addItem(SQLExpr item)
public SQLPartitionValue.Operator getOperator()
public SQLPartitionValue clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.