public class SQLPartitionRef extends SQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLPartitionRef.Item |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLPartitionRef() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
void |
addItem(SQLIdentifierExpr name,
SQLExpr value) |
void |
addItem(SQLPartitionRef.Item item) |
List<SQLPartitionRef.Item> |
getItems() |
accept, acceptChild, acceptChild, 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, toStringprotected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic List<SQLPartitionRef.Item> getItems()
public void addItem(SQLPartitionRef.Item item)
public void addItem(SQLIdentifierExpr name, SQLExpr value)
Copyright © 2013–2023. All rights reserved.