public class Limit extends BaseASTNode implements DefaultDSLQuery
| Constructor and Description |
|---|
Limit(com.liferay.petra.sql.dsl.query.LimitStep limitStep,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) |
int |
getEnd() |
int |
getStart() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, union, unionAllpublic Limit(com.liferay.petra.sql.dsl.query.LimitStep limitStep,
int start,
int end)
public int getEnd()
public int getStart()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode