public class OracleSelectTableReference extends SQLExprTableSource implements OracleSelectTableSource
Constructor and Description |
---|
OracleSelectTableReference() |
Modifier and Type | Method and Description |
---|---|
FlashbackQueryClause |
getFlashback() |
PartitionExtensionClause |
getPartition() |
OracleSelectPivotBase |
getPivot() |
SampleClause |
getSampleClause() |
boolean |
isOnly() |
void |
output(StringBuffer buf) |
void |
setFlashback(FlashbackQueryClause flashback) |
void |
setOnly(boolean only) |
void |
setPartition(PartitionExtensionClause partition) |
void |
setPivot(OracleSelectPivotBase pivot) |
void |
setSampleClause(SampleClause sampleClause) |
String |
toString() |
addPartition, equals, getExpr, getPartitions, getPartitionSize, hashCode, setExpr
getAlias, getHints, getHintsSize, setAlias, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
getAlias, getHints, setAlias
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public FlashbackQueryClause getFlashback()
getFlashback
in interface OracleSelectTableSource
public void setFlashback(FlashbackQueryClause flashback)
setFlashback
in interface OracleSelectTableSource
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 String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.