| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Class and Description |
|---|---|
class |
Db2SqlLimiter |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlLimiter |
DatabasePlatform.sqlLimiter
For limit/offset, row_number etc limiting of SQL queries.
|
| Modifier and Type | Method and Description |
|---|---|
SqlLimiter |
DatabasePlatform.getSqlLimiter()
Return the SqlLimiter used to apply additional sql around a query to limit
its results.
|
Copyright © 2016. All rights reserved.