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, setExprgetAlias, getHints, getHintsSize, setAlias, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentgetAlias, getHints, setAliasaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic FlashbackQueryClause getFlashback()
getFlashback in interface OracleSelectTableSourcepublic void setFlashback(FlashbackQueryClause flashback)
setFlashback in interface OracleSelectTableSourcepublic 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 String toString()
toString in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.