com.avaje.ebean.config.dbplatform
Class RowNumberSqlLimiter
java.lang.Object
com.avaje.ebean.config.dbplatform.RowNumberSqlLimiter
- All Implemented Interfaces:
- SqlLimiter
public class RowNumberSqlLimiter
- extends Object
- implements SqlLimiter
Adds the ROW_NUMBER() OVER function to a query.
RowNumberSqlLimiter
public RowNumberSqlLimiter(String rowNumberWindowAlias)
- Specify the name of the rowNumberWindowAlias.
RowNumberSqlLimiter
public RowNumberSqlLimiter()
limit
public SqlLimitResponse limit(SqlLimitRequest request)
- Description copied from interface:
SqlLimiter
- Add the SQL limiting statements around the query.
- Specified by:
limit
in interface SqlLimiter
Copyright © 2010. All Rights Reserved.