public class SQLLimit extends SQLObjectImpl
| Constructor and Description |
|---|
SQLLimit() |
SQLLimit(SQLExpr rowCount) |
SQLLimit(SQLExpr offset,
SQLExpr rowCount) |
| Modifier and Type | Method and Description |
|---|---|
SQLLimit |
clone() |
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, toStringpublic SQLLimit()
public SQLLimit(SQLExpr rowCount)
public SQLExpr getRowCount()
public void setRowCount(SQLExpr rowCount)
public SQLExpr getOffset()
public void setOffset(SQLExpr offset)
public SQLLimit clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.