public final class SQLLimit extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
offset |
private SQLExpr |
rowCount |
attributes, parent| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLLimit |
clone() |
SQLExpr |
getOffset() |
SQLExpr |
getRowCount() |
void |
setOffset(int offset) |
void |
setOffset(SQLExpr offset) |
void |
setRowCount(int rowCount) |
void |
setRowCount(SQLExpr rowCount) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLLimit()
public SQLLimit(SQLExpr rowCount)
public SQLExpr getRowCount()
public void setRowCount(SQLExpr rowCount)
public void setRowCount(int rowCount)
public SQLExpr getOffset()
public void setOffset(int offset)
public void setOffset(SQLExpr offset)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLLimit clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.