Class SqlServerSqlLimiter
java.lang.Object
io.ebean.config.dbplatform.sqlserver.SqlServerSqlLimiter
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionlimit(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Constructor Details
-
SqlServerSqlLimiter
public SqlServerSqlLimiter()
-
-
Method Details
-
limit
Description copied from interface:SqlLimiterAdd the SQL limiting statements around the query.- Specified by:
limitin interfaceSqlLimiter
-