Uses of Interface
com.avaje.ebean.config.dbplatform.SqlLimiter

Packages that use SqlLimiter
com.avaje.ebean.config.dbplatform Database platform specific support 
 

Uses of SqlLimiter in com.avaje.ebean.config.dbplatform
 

Classes in com.avaje.ebean.config.dbplatform that implement SqlLimiter
 class LimitOffsetSqlLimiter
          Adds LIMIT OFFSET clauses to a SQL query.
 class MsSqlServer2005SqlLimiter
          Use top and row_number() function to limit sql results.
 class RowNumberSqlLimiter
          Adds the ROW_NUMBER() OVER function to a query.
 class RownumSqlLimiter
          Add ROWNUM column etc around SQL query to limit results.
 class SqlAnywhereLimiter
          Use top xx and start at xx to limit sql results.
 

Methods in com.avaje.ebean.config.dbplatform that return SqlLimiter
 SqlLimiter DatabasePlatform.getSqlLimiter()
          Return the SqlLimiter used to apply additional sql around a query to limit its results.
 



Copyright © 2012. All Rights Reserved.