public static class PGSelectQueryBlock.PGLimit extends SQLObjectImpl implements SQLExpr, PGSQLObject
| Constructor and Description |
|---|
PGLimit() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(PGASTVisitor visitor) |
SQLExpr |
getOffset() |
SQLExpr |
getRowCount() |
void |
setOffset(SQLExpr offset) |
void |
setRowCount(SQLExpr rowCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getRowCount()
public void setRowCount(SQLExpr rowCount)
public SQLExpr getOffset()
public void setOffset(SQLExpr offset)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectCopyright © 2013–2016 Alibaba Group. All rights reserved.