public class DB2SelectQueryBlock extends SQLSelectQueryBlock implements DB2Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DB2SelectQueryBlock.Isolation |
DB2Object.Constants| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
forReadOnly |
private DB2SelectQueryBlock.Isolation |
isolation |
private SQLExpr |
optimizeFor |
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| 构造器和说明 |
|---|
DB2SelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(DB2ASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
DB2SelectQueryBlock.Isolation |
getIsolation() |
SQLExpr |
getOptimizeFor() |
boolean |
isForReadOnly() |
void |
limit(int rowCount,
int offset) |
void |
output(StringBuffer buf) |
void |
setForReadOnly(boolean forReadOnly) |
void |
setIsolation(DB2SelectQueryBlock.Isolation isolation) |
void |
setOptimizeFor(SQLExpr optimizeFor) |
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, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate DB2SelectQueryBlock.Isolation isolation
private boolean forReadOnly
private SQLExpr optimizeFor
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLSelectQueryBlockpublic void accept0(DB2ASTVisitor visitor)
public DB2SelectQueryBlock.Isolation getIsolation()
public void setIsolation(DB2SelectQueryBlock.Isolation isolation)
public boolean isForReadOnly()
public void setForReadOnly(boolean forReadOnly)
public SQLExpr getOptimizeFor()
public void setOptimizeFor(SQLExpr optimizeFor)
public void limit(int rowCount,
int offset)
limit 在类中 SQLSelectQueryBlockpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.