public static class PGSelectQueryBlock.PGLimit extends SQLObjectImpl implements SQLExpr, PGSQLObject
| 构造器和说明 |
|---|
PGLimit() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringaccept, 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 在接口中 PGSQLObjectCopyright © 2013-2016 Alibaba Group. All Rights Reserved.