MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / offset

Method offset

jOOQ/src/main/java/org/jooq/SelectLimitStep.java:246–246  ·  view source on GitHub ↗

Add a 0-based OFFSET clause to the query. Offsets are 0-based as they describe the number of rows to skip . If there is no LIMIT … OFFSET or TOP clause in your RDBMS, or if your RDBMS does not natively support offsets, this is emulated with a <c

(Number offset)

Source from the content-addressed store, hash-verified

244 * <code>SELECT</code> statements.
245 */
246 @NotNull @CheckReturnValue
247 @Support
248 SelectLimitAfterOffsetStep<R> offset(Number offset);
249

Callers 1

acceptMethod · 0.65

Implementers 1

SelectImpljOOQ/src/main/java/org/jooq/impl/Selec

Calls

no outgoing calls

Tested by

no test coverage detected