public static class PGSelectQueryBlock.ForClause extends PGSQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PGSelectQueryBlock.ForClause.Option |
| 构造器和说明 |
|---|
PGSelectQueryBlock.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) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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 © 2012 Alibaba Group. All Rights Reserved.