Class OracleWithSubqueryEntry
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause.Entry
com.alibaba.druid.sql.dialect.oracle.ast.clause.OracleWithSubqueryEntry
- All Implemented Interfaces:
SQLObject
,SQLReplaceable
,SQLTableSource
,OracleSQLObject
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause.Entry
columns, expr, returningStatement, subQuery
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
alias, aliasHashCode64, flashback, hints
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept0
(OracleASTVisitor visitor) protected void
accept0
(SQLASTVisitor visitor) clone()
void
void
setCycleClause
(CycleClause cycleClause) void
setSearchClause
(SearchClause searchClause) Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause.Entry
cloneTo, equals, findTableSourceWithColumn, getColumns, getExpr, getReturningStatement, getSubQuery, hashCode, replace, setExpr, setReturningStatement, setSubQuery
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, resolveColum, setAlias, setFlashback, setHints
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
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, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
-
Constructor Details
-
OracleWithSubqueryEntry
public OracleWithSubqueryEntry()
-
-
Method Details
-
getCycleClause
-
setCycleClause
-
getSearchClause
-
setSearchClause
-
accept0
- Specified by:
accept0
in interfaceOracleSQLObject
-
accept0
- Overrides:
accept0
in classSQLWithSubqueryClause.Entry
-
cloneTo
-
clone
- Specified by:
clone
in interfaceSQLObject
- Specified by:
clone
in interfaceSQLTableSource
- Overrides:
clone
in classSQLWithSubqueryClause.Entry
-