public final 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(int offset) |
void |
setOffset(SQLExpr offset) |
void |
setRowCount(int rowCount) |
void |
setRowCount(SQLExpr rowCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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)
public SQLLimit clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.