public class OracleSelectTableReference extends SQLExprTableSource implements OracleSelectTableSource
| Constructor and Description |
|---|
OracleSelectTableReference() |
OracleSelectTableReference(SQLExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
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, getExpr, getName, getPartitions, getPartitionSize, getSchema, getSchemaObject, replace, setExpr, setExpr, setSchema, setSchemaObjectaliasHashCode64, findTableSource, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, setAlias, setFlashbackaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 in interface OracleSelectTableSourcepublic void setPivot(OracleSelectPivotBase pivot)
setPivot in interface OracleSelectTableSourcepublic void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLExprTableSourcepublic boolean equals(Object o)
equals in class SQLExprTableSourcepublic int hashCode()
hashCode in class SQLExprTableSourcepublic String toString()
toString in class SQLObjectImplpublic OracleSelectTableReference clone()
clone in interface SQLObjectclone in interface SQLTableSourceclone in class SQLExprTableSourceCopyright © 2013–2018 Alibaba Group. All rights reserved.