public static class SQLWithSubqueryClause.Entry extends SQLTableSourceImpl implements SQLReplaceable
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLName> |
columns |
protected SQLExpr |
expr |
protected SQLStatement |
returningStatement |
protected SQLSelect |
subQuery |
alias, aliasHashCode64, flashback, hintsattributes, hint, parent, sourceColumn, sourceLine| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLWithSubqueryClause.Entry |
clone() |
void |
cloneTo(SQLWithSubqueryClause.Entry x) |
boolean |
equals(Object o) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash,
String columnName,
int option) |
List<SQLName> |
getColumns() |
SQLExpr |
getExpr() |
SQLStatement |
getReturningStatement() |
SQLSelect |
getSubQuery() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
void |
setReturningStatement(SQLStatement returningStatement) |
void |
setSubQuery(SQLSelect subQuery) |
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, resolveColum, setAlias, setFlashback, setHintsaccept, 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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected SQLSelect subQuery
protected SQLStatement returningStatement
protected SQLExpr expr
public void cloneTo(SQLWithSubqueryClause.Entry x)
public boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLWithSubqueryClause.Entry clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLTableSourceImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public SQLStatement getReturningStatement()
public void setReturningStatement(SQLStatement returningStatement)
public SQLTableSource findTableSourceWithColumn(long columnNameHash, String columnName, int option)
findTableSourceWithColumn 在接口中 SQLTableSourcefindTableSourceWithColumn 在类中 SQLTableSourceImplpublic boolean equals(Object o)
equals 在类中 SQLTableSourceImplpublic int hashCode()
hashCode 在类中 SQLTableSourceImplCopyright © 2013–2023. All rights reserved.