|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlLimiter
Adds SQL limiting to a query (such as LIMIT OFFSET).
| Field Summary | |
|---|---|
static char |
CARRIAGE_RETURN
The carriage return character. |
static char |
NEW_LINE
the new line character used. |
| Method Summary | |
|---|---|
SqlLimitResponse |
limit(SqlLimitRequest request)
Add the SQL limiting statements around the query. |
| Field Detail |
|---|
static final char NEW_LINE
Note that this is removed for logging sql to the transaction log.
static final char CARRIAGE_RETURN
| Method Detail |
|---|
SqlLimitResponse limit(SqlLimitRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||