public class OscarSelectQueryBlock extends SQLSelectQueryBlock implements OscarObject
| Modifier and Type | Class and Description |
|---|---|
static class |
OscarSelectQueryBlock.FetchClause |
static class |
OscarSelectQueryBlock.ForClause |
static class |
OscarSelectQueryBlock.IntoOptionLocal |
static class |
OscarSelectQueryBlock.IntoOptionTemp |
| Constructor and Description |
|---|
OscarSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OscarASTVisitor visitor) |
List<SQLExpr> |
getDistinctOn() |
OscarSelectQueryBlock.FetchClause |
getFetch() |
OscarSelectQueryBlock.ForClause |
getForClause() |
OscarSelectQueryBlock.IntoOptionLocal |
getIntoOptionLocal() |
OscarSelectQueryBlock.IntoOptionTemp |
getIntoOptionTemp() |
OscarTop |
getTop() |
void |
setDistinctOn(List<SQLExpr> distinctOn) |
void |
setFetch(OscarSelectQueryBlock.FetchClause fetch) |
void |
setForClause(OscarSelectQueryBlock.ForClause forClause) |
void |
setIntoOptionLocal(OscarSelectQueryBlock.IntoOptionLocal intoOptionLocal) |
void |
setIntoOptionTemp(OscarSelectQueryBlock.IntoOptionTemp intoOptionTemp) |
void |
setTop(int rowCount) |
void |
setTop(OscarTop top) |
addClusterBy, addCondition, addCondition, addDistributeBy, addDistributeBy, addHaving, addOrderBy, addOrderBy, addOrderBy, addOrderBy, addSelectItem, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWhereForDynamicFilter, addWindow, clearMapJoinHint, clone, cloneSelectListTo, cloneTo, computeSelecteListAlias, containsOrderBy, equals, equalsForMergeJoin, findAllColumnSelectItem, findColumn, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getCachedSelectListHash, getClusterBy, getClusterByDirect, getConnectBy, getDbType, getDistionOption, getDistributeBy, getDistributeByDirect, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getHints, getHintsDirect, getHintsSize, getInto, getLimit, getMappJoinTableSources, getOffset, getOrderBy, getOrderBySiblings, getSelectItem, getSelectList, getSortBy, getSortByDirect, getStartWith, getWaitTime, getWhere, getWindows, hashCode, hasSelectAggregation, isDistinct, isForShare, isForUpdate, isNoCycle, isNoWait, isPrior, isSkipLocked, limit, mergeLimit, removeCondition, removeCondition, replace, replaceInParent, resolveColum, selectItemHasAllColumn, selectItemHasAllColumn, setCachedSelectList, setConnectBy, setDbType, setDistinct, setDistionOption, setFirst, setForShare, setForUpdate, setFrom, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setPrior, setSkipLocked, setStartWith, setWaitTime, setWhere, whereOrisParenthesized, setParenthesizedaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OscarASTVisitor visitor)
accept0 in interface OscarObjectpublic OscarSelectQueryBlock.IntoOptionTemp getIntoOptionTemp()
public void setIntoOptionTemp(OscarSelectQueryBlock.IntoOptionTemp intoOptionTemp)
public OscarSelectQueryBlock.IntoOptionLocal getIntoOptionLocal()
public void setIntoOptionLocal(OscarSelectQueryBlock.IntoOptionLocal intoOptionLocal)
public OscarSelectQueryBlock.FetchClause getFetch()
public void setFetch(OscarSelectQueryBlock.FetchClause fetch)
public OscarSelectQueryBlock.ForClause getForClause()
public void setForClause(OscarSelectQueryBlock.ForClause forClause)
public void setTop(OscarTop top)
public OscarTop getTop()
public void setTop(int rowCount)
Copyright © 2013–2022 Alibaba Group. All rights reserved.