public class DB2SelectQueryBlock extends SQLSelectQueryBlock implements DB2Object
Modifier and Type | Class and Description |
---|---|
static class |
DB2SelectQueryBlock.Isolation |
DB2Object.Constants
Constructor and Description |
---|
DB2SelectQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(DB2ASTVisitor 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) |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addWhere, clone, cloneSelectListTo, cloneTo, equals, findAllColumnSelectItem, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getConnectBy, getDbType, getDistionOption, getDistributeBy, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBy, getOrderBySiblings, getSelectList, getSortBy, getStartWith, getWaitTime, getWhere, hashCode, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, removeCondition, removeCondition, replace, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public 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
in class SQLSelectQueryBlock
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.