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, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 PGSQLObject
accept0
in class PGSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.