类 OracleSelectTableReference
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
com.alibaba.druid.sql.ast.statement.SQLExprTableSource
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleSelectTableReference
- 所有已实现的接口:
SQLObject,SQLReplaceable,SQLTableSource,OracleSelectTableSource
public class OracleSelectTableReference
extends SQLExprTableSource
implements OracleSelectTableSource
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLExprTableSource
columns, expr, partitions, sampling, schemaObject从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
alias, aliasHashCode64, flashback, hints, pivot, unpivot从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(OracleASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()booleaninthashCode()booleanisOnly()voidsetOnly(boolean only) voidsetPartition(PartitionExtensionClause partition) voidsetSampleClause(SampleClause sampleClause) toString()从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLExprTableSource
addPartition, aliasHashCode64, cloneTo, computeAlias, containsAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCatalog, getColumns, getColumnsDirect, getExpr, getName, getPartitions, getPartitionSize, getSampling, getSchema, getSchemaObject, getTableName, getTableName, replace, resolveColum, setCatalog, setCatalog, setExpr, setExpr, setSampling, setSchema, setSchemaObject, setSimpleName从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLTableSourceImpl
findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, getPivot, getUnpivot, 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从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 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
-
字段详细资料
-
partition
-
sampleClause
-
-
构造器详细资料
-
OracleSelectTableReference
public OracleSelectTableReference() -
OracleSelectTableReference
-
-
方法详细资料
-
getPartition
-
setPartition
-
isOnly
public boolean isOnly() -
setOnly
public void setOnly(boolean only) -
getSampleClause
-
setSampleClause
-
accept0
- 覆盖:
accept0在类中SQLExprTableSource
-
accept0
-
equals
- 覆盖:
equals在类中SQLExprTableSource
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中SQLExprTableSource
-
toString
- 覆盖:
toString在类中SQLObjectImpl
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLTableSource- 覆盖:
clone在类中SQLExprTableSource
-