public static class PGSelectQueryBlock.FetchClause extends PGSQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
PGSelectQueryBlock.FetchClause.Option |
| Constructor and Description |
|---|
FetchClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(PGASTVisitor visitor) |
SQLExpr |
getCount() |
PGSelectQueryBlock.FetchClause.Option |
getOption() |
void |
setCount(SQLExpr count) |
void |
setOption(PGSelectQueryBlock.FetchClause.Option option) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 in interface PGSQLObjectaccept0 in class PGSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.