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, toString
public 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 SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.