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 |
|---|---|
SQLLimit |
clone() |
boolean |
equals(Object o) |
SQLExpr |
getOffset() |
SQLExpr |
getRowCount() |
int |
hashCode() |
void |
merge(SQLLimit limit) |
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 limit)
public SQLLimit clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2020 Alibaba Group. All rights reserved.