|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RowNumberSqlLimiter
Adds the ROW_NUMBER() OVER function to a query. |
class |
RownumSqlLimiter
Add ROWNUM column etc around SQL query to limit 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |