public class DB2SelectQueryBlock extends SQLSelectQueryBlock implements DB2Object
限定符和类型 | 类和说明 |
---|---|
static class |
DB2SelectQueryBlock.Isolation |
构造器和说明 |
---|
DB2SelectQueryBlock() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(DB2ASTVisitor visitor) |
SQLExpr |
getFirst() |
DB2SelectQueryBlock.Isolation |
getIsolation() |
SQLExpr |
getOptimizeFor() |
boolean |
isForReadOnly() |
void |
setFirst(SQLExpr first) |
void |
setForReadOnly(boolean forReadOnly) |
void |
setIsolation(DB2SelectQueryBlock.Isolation isolation) |
void |
setOptimizeFor(SQLExpr optimizeFor) |
addSelectItem, equals, getDistionOption, getFrom, getGroupBy, getInto, getOrderBy, getSelectList, getWaitTime, getWhere, hashCode, isForUpdate, isNoWait, isParenthesized, setDistionOption, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setOrderBy, setParenthesized, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getFirst()
public void setFirst(SQLExpr first)
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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.