类 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
- 所有已实现的接口:
SQLObject,SQLReplaceable,SQLTableSource,OracleSQLObject
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause.Entry
columns, expr, returningStatement, subQuery从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
alias, aliasHashCode64, flashback, hints, pivot, unpivot从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(OracleASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()voidvoidsetCycleClause(CycleClause cycleClause) voidsetSearchClause(SearchClause searchClause) 从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause.Entry
cloneTo, equals, findTableSourceWithColumn, getColumns, getExpr, getReturningStatement, getSubQuery, hashCode, replace, setExpr, setReturningStatement, setSubQuery从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, getPivot, getUnpivot, resolveColum, setAlias, setFlashback, setHints, setPivot, setUnpivot从类继承的方法 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, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
OracleWithSubqueryEntry
public OracleWithSubqueryEntry()
-
-
方法详细资料
-
getCycleClause
-
setCycleClause
-
getSearchClause
-
setSearchClause
-
accept0
- 指定者:
accept0在接口中OracleSQLObject
-
accept0
- 覆盖:
accept0在类中SQLWithSubqueryClause.Entry
-
cloneTo
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLTableSource- 覆盖:
clone在类中SQLWithSubqueryClause.Entry
-