Class OracleSelectSubqueryTableSource
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
com.alibaba.druid.sql.ast.statement.SQLSubqueryTableSource
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleSelectSubqueryTableSource
- All Implemented Interfaces:
SQLObject,SQLTableSource,OracleSelectTableSource
public class OracleSelectSubqueryTableSource
extends SQLSubqueryTableSource
implements OracleSelectTableSource
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLSubqueryTableSource
columns, selectFields inherited from class com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
alias, aliasHashCode64, flashback, hints, pivot, unpivotFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(OracleASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()voidtoString()Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSubqueryTableSource
addColumn, cloneTo, equals, findColumn, findTableSourceWithColumn, findTableSourceWithColumn, getColumns, getSelect, hashCode, setSelectMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
aliasHashCode64, computeAlias, containsAlias, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, getPivot, getUnpivot, resolveColum, setAlias, setFlashback, setHints, setPivot, setUnpivotMethods 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, setSourceLineMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, setParentMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLTableSource
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, getPivot, getUnpivot, resolveColum, setAlias, setFlashback, setPivot, setUnpivot
-
Constructor Details
-
OracleSelectSubqueryTableSource
public OracleSelectSubqueryTableSource() -
OracleSelectSubqueryTableSource
-
OracleSelectSubqueryTableSource
-
OracleSelectSubqueryTableSource
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLSubqueryTableSource
-
accept0
-
toString
- Overrides:
toStringin classSQLObjectImpl
-
clone
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLTableSource- Overrides:
clonein classSQLSubqueryTableSource
-
cloneTo
-