Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
SelectLimitAfterOffsetStep<R> |
SelectLimitStep.offset(int offset)
Add an
OFFSET clause to the query
If there is no LIMIT .. |
SelectLimitAfterOffsetStep<R> |
SelectLimitStep.offset(Param<Integer> offset)
Add an
OFFSET clause to the query using a named parameter
If there is no LIMIT .. |
Copyright © 2016. All Rights Reserved.