public class SQLServerSelectQueryBlock extends SQLSelectQueryBlock
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLServerTop |
top |
cachedSelectList, cachedSelectListHash, clusterBy, connectBy, dbType, distionOption, distributeBy, forUpdate, forUpdateOf, from, groupBy, hints, into, limit, noCycle, noWait, orderBy, orderBySiblings, parenthesized, prior, selectList, sortBy, startWith, waitTime, where, windowsattributes, parent| 构造器和说明 |
|---|
SQLServerSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
protected void |
accept0(SQLServerASTVisitor visitor) |
SQLServerTop |
getTop() |
void |
limit(int rowCount,
int offset) |
void |
setTop(int rowCount) |
void |
setTop(SQLServerTop top) |
addClusterBy, addCondition, addCondition, addDistributeBy, addDistributeBy, addHaving, addOrderBy, addOrderBy, addOrderBy, addOrderBy, addSelectItem, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, 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, isBracket, isDistinct, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, removeCondition, removeCondition, replace, replaceInParent, resolveColum, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistinct, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere, whereOraccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLServerTop top
public SQLServerTop getTop()
public void setTop(SQLServerTop top)
public void setTop(int rowCount)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLSelectQueryBlockprotected void accept0(SQLServerASTVisitor visitor)
public void limit(int rowCount,
int offset)
limit 在类中 SQLSelectQueryBlockCopyright © 2013–2019 Alibaba Group. All rights reserved.