Class SqlServerSqlLimiter
- java.lang.Object
-
- io.ebean.config.dbplatform.sqlserver.SqlServerSqlLimiter
-
- All Implemented Interfaces:
SqlLimiter
public class SqlServerSqlLimiter extends Object implements SqlLimiter
Use ANSI offset rows syntax or top n - SQL Server 2012 onwards.
-
-
Field Summary
-
Fields inherited from interface io.ebean.config.dbplatform.SqlLimiter
NEW_LINE
-
-
Constructor Summary
Constructors Constructor Description SqlServerSqlLimiter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlLimitResponse
limit(SqlLimitRequest request)
Add the SQL limiting statements around the query.
-
-
-
Constructor Detail
-
SqlServerSqlLimiter
public SqlServerSqlLimiter()
-
-
Method Detail
-
limit
public SqlLimitResponse limit(SqlLimitRequest request)
Description copied from interface:SqlLimiter
Add the SQL limiting statements around the query.- Specified by:
limit
in interfaceSqlLimiter
-
-