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, setSchemaObject
aliasHashCode64, findTableSource, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, setAlias, setFlashback
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
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
in interface OracleSelectTableSource
public void setPivot(OracleSelectPivotBase pivot)
setPivot
in interface OracleSelectTableSource
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLExprTableSource
public boolean equals(Object o)
equals
in class SQLExprTableSource
public int hashCode()
hashCode
in class SQLExprTableSource
public String toString()
toString
in class SQLObjectImpl
public OracleSelectTableReference clone()
clone
in interface SQLObject
clone
in interface SQLTableSource
clone
in class SQLExprTableSource
Copyright © 2013–2017 Alibaba Group. All rights reserved.