public class SQLPartitionRef extends SQLObjectImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLPartitionRef.Item |
Constructor and Description |
---|
SQLPartitionRef() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLIdentifierExpr name,
SQLExpr value) |
void |
addItem(SQLPartitionRef.Item item) |
List<SQLPartitionRef.Item> |
getItems() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
public List<SQLPartitionRef.Item> getItems()
public void addItem(SQLPartitionRef.Item item)
public void addItem(SQLIdentifierExpr name, SQLExpr value)
Copyright © 2013–2021 Alibaba Group. All rights reserved.