| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectLimitPercentAfterOffsetStep<R extends Record>
|
| Modifier and Type | Method and Description |
|---|---|
SelectWithTiesAfterOffsetStep<R> |
SelectLimitStep.limit(int offset,
int numberOfRows)
Add a
LIMIT clause to the query
Note that some dialects do not support bind values at all in
LIMIT or TOP clauses! |
SelectWithTiesAfterOffsetStep<R> |
SelectLimitPercentAfterOffsetStep.percent()
Add the
PERCENT clause to a LIMIT clause. |
Copyright © 2019. All rights reserved.