public static class PGSelectQueryBlock.ForClause extends PGSQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PGSelectQueryBlock.ForClause.Option |
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
noWait |
private List<SQLExpr> |
of |
private PGSelectQueryBlock.ForClause.Option |
option |
attributes, parent| 构造器和说明 |
|---|
ForClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
List<SQLExpr> |
getOf() |
PGSelectQueryBlock.ForClause.Option |
getOption() |
boolean |
isNoWait() |
void |
setNoWait(boolean noWait) |
void |
setOf(List<SQLExpr> of) |
void |
setOption(PGSelectQueryBlock.ForClause.Option option) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate boolean noWait
private PGSelectQueryBlock.ForClause.Option option
public PGSelectQueryBlock.ForClause.Option getOption()
public void setOption(PGSelectQueryBlock.ForClause.Option option)
public boolean isNoWait()
public void setNoWait(boolean noWait)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.