public class DB2SelectQueryBlock extends SQLSelectQueryBlock implements DB2Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DB2SelectQueryBlock.Isolation |
| Constructor and Description |
|---|
DB2SelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(DB2ASTVisitor visitor) |
DB2SelectQueryBlock.Isolation |
getIsolation() |
SQLExpr |
getOptimizeFor() |
boolean |
isForReadOnly() |
void |
setForReadOnly(boolean forReadOnly) |
void |
setIsolation(DB2SelectQueryBlock.Isolation isolation) |
void |
setOptimizeFor(SQLExpr optimizeFor) |
addSelectItem, equals, getConnectBy, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBy, getOrderBySiblings, getSelectList, getStartWith, getWaitTime, getWhere, hashCode, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, setConnectBy, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.