public static class PGSelectQueryBlock.FetchClause extends PGSQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PGSelectQueryBlock.FetchClause.Option |
| 构造器和说明 |
|---|
PGSelectQueryBlock.FetchClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
SQLExpr |
getCount() |
PGSelectQueryBlock.FetchClause.Option |
getOption() |
void |
setCount(SQLExpr count) |
void |
setOption(PGSelectQueryBlock.FetchClause.Option option) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic PGSelectQueryBlock.FetchClause.Option getOption()
public void setOption(PGSelectQueryBlock.FetchClause.Option option)
public SQLExpr getCount()
public void setCount(SQLExpr count)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGSQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.