public final class SQLLimit extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLLimit() |
SQLLimit(int rowCount) |
SQLLimit(SQLExpr rowCount) |
SQLLimit(SQLExpr offset,
SQLExpr rowCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBy(SQLExpr item) |
SQLLimit |
clone() |
boolean |
equals(Object o) |
List<SQLExpr> |
getBy() |
SQLExpr |
getOffset() |
SQLExpr |
getRowCount() |
int |
hashCode() |
void |
merge(SQLLimit other) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setOffset(int offset) |
void |
setOffset(SQLExpr offset) |
void |
setRowCount(int rowCount) |
void |
setRowCount(SQLExpr rowCount) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLLimit()
public SQLLimit(int rowCount)
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 void merge(SQLLimit other)
public SQLLimit clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic void addBy(SQLExpr item)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2021 Alibaba Group. All rights reserved.