public class SQLPartitionSpec extends SQLObjectImpl implements Cloneable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLPartitionSpec.Item |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLPartitionSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
void |
addItem(SQLPartitionSpec.Item item) |
SQLPartitionSpec |
clone() |
List<SQLPartitionSpec.Item> |
getItems() |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 void addItem(SQLPartitionSpec.Item item)
public List<SQLPartitionSpec.Item> getItems()
public SQLPartitionSpec clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.