public class OracleSelectSubqueryTableSource extends SQLSubqueryTableSource implements OracleSelectTableSource
Constructor and Description |
---|
OracleSelectSubqueryTableSource() |
OracleSelectSubqueryTableSource(SQLSelect select) |
OracleSelectSubqueryTableSource(SQLSelect select,
String alias) |
OracleSelectSubqueryTableSource(String alias) |
Modifier and Type | Method and Description |
---|---|
FlashbackQueryClause |
getFlashback() |
OracleSelectPivotBase |
getPivot() |
void |
setFlashback(FlashbackQueryClause flashback) |
void |
setPivot(OracleSelectPivotBase pivot) |
String |
toString() |
getSelect, output, setSelect
getAlias, getHints, getHintsSize, setAlias, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAlias, getHints, setAlias
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public OracleSelectSubqueryTableSource()
public OracleSelectSubqueryTableSource(String alias)
public OracleSelectSubqueryTableSource(SQLSelect select, String alias)
public OracleSelectSubqueryTableSource(SQLSelect select)
public FlashbackQueryClause getFlashback()
getFlashback
in interface OracleSelectTableSource
public void setFlashback(FlashbackQueryClause flashback)
setFlashback
in interface OracleSelectTableSource
public OracleSelectPivotBase getPivot()
getPivot
in interface OracleSelectTableSource
public void setPivot(OracleSelectPivotBase pivot)
setPivot
in interface OracleSelectTableSource
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.