public class SQLUnnestTableSource extends SQLTableSourceImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLName> |
columns |
private List<SQLExpr> |
items |
private boolean |
ordinality |
alias, aliasHashCod64, flashback, hintsattributes, parent| 构造器和说明 |
|---|
SQLUnnestTableSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor v) |
void |
addColumn(SQLName column) |
void |
addItem(SQLExpr item) |
SQLUnnestTableSource |
clone() |
List<SQLName> |
getColumns() |
List<SQLExpr> |
getItems() |
boolean |
isOrdinality() |
void |
setOrdinality(boolean ordinality) |
aliasHashCode64, computeAlias, containsAlias, equals, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, getHintsSize, hashCode, resolveColum, setAlias, setFlashback, setHintsaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected void accept0(SQLASTVisitor v)
accept0 在类中 SQLObjectImplpublic void addColumn(SQLName column)
public boolean isOrdinality()
public void setOrdinality(boolean ordinality)
public void addItem(SQLExpr item)
public SQLUnnestTableSource clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLTableSourceImplCopyright © 2013–2019 Alibaba Group. All rights reserved.