public class OracleSelectTableReference extends SQLExprTableSource implements OracleSelectTableSource
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
only |
protected PartitionExtensionClause |
partition |
protected OracleSelectPivotBase |
pivot |
protected SampleClause |
sampleClause |
columns, expr, samplingalias, aliasHashCod64, flashback, hintsattributes, parent| 构造器和说明 |
|---|
OracleSelectTableReference() |
OracleSelectTableReference(SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleSelectTableReference |
clone() |
boolean |
equals(Object o) |
PartitionExtensionClause |
getPartition() |
OracleSelectPivotBase |
getPivot() |
SampleClause |
getSampleClause() |
int |
hashCode() |
boolean |
isOnly() |
void |
output(StringBuffer buf) |
void |
setOnly(boolean only) |
void |
setPartition(PartitionExtensionClause partition) |
void |
setPivot(OracleSelectPivotBase pivot) |
void |
setSampleClause(SampleClause sampleClause) |
String |
toString() |
addPartition, cloneTo, computeAlias, containsAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getColumns, getColumnsDirect, getExpr, getName, getPartitions, getPartitionSize, getSampling, getSchema, getSchemaObject, replace, resolveColum, setExpr, setExpr, setSampling, setSchema, setSchemaObjectaliasHashCode64, findTableSource, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHintsaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, resolveColum, setAlias, setFlashbackaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate boolean only
protected OracleSelectPivotBase pivot
protected PartitionExtensionClause partition
protected SampleClause sampleClause
public OracleSelectTableReference()
public OracleSelectTableReference(SQLExpr expr)
public PartitionExtensionClause getPartition()
public void setPartition(PartitionExtensionClause partition)
public boolean isOnly()
public void setOnly(boolean only)
public SampleClause getSampleClause()
public void setSampleClause(SampleClause sampleClause)
public OracleSelectPivotBase getPivot()
getPivot 在接口中 OracleSelectTableSourcepublic void setPivot(OracleSelectPivotBase pivot)
setPivot 在接口中 OracleSelectTableSourceprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLExprTableSourceprotected void accept0(OracleASTVisitor visitor)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLExprTableSourcepublic boolean equals(Object o)
equals 在类中 SQLExprTableSourcepublic int hashCode()
hashCode 在类中 SQLExprTableSourcepublic String toString()
toString 在类中 SQLObjectImplpublic OracleSelectTableReference clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLExprTableSourceCopyright © 2013–2019 Alibaba Group. All rights reserved.