Interface LimitStep

All Superinterfaces:
ASTNode, DSLQuery
All Known Subinterfaces:
GroupByStep, HavingStep, JoinStep, OrderByStep, WhereStep

public interface LimitStep extends DSLQuery
  • Method Summary

    Modifier and Type
    Method
    Description
    limit(int start, int end)
     

    Methods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode

    toSQL, toSQL

    Methods inherited from interface com.liferay.petra.sql.dsl.query.DSLQuery

    as, as, as, union, unionAll
  • Method Details

    • limit

      DSLQuery limit(int start, int end)