Class Limit
java.lang.Object
com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
com.liferay.petra.sql.dsl.spi.query.Limit
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.query.DSLQuery,DefaultDSLQuery,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionLimit(com.liferay.petra.sql.dsl.query.LimitStep limitStep, int start, int end) -
Method Summary
Methods inherited from class com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
getChild, toSQL, toString, withNewChildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL, toSQL
-
Constructor Details
-
Limit
public Limit(com.liferay.petra.sql.dsl.query.LimitStep limitStep, int start, int end)
-
-
Method Details
-
getEnd
public int getEnd() -
getStart
public int getStart() -
doToSQL
protected void doToSQL(Consumer<String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) - Specified by:
doToSQLin classBaseASTNode
-