Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ $offset
Method
$offset
jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:5733–5736 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5731
}
5732
5733
@Override
5734
public
final
Field<? extends Number> $offset() {
5735
return
getLimit().offset;
5736
}
5737
5738
@Override
5739
public
final
Select<R> $offset(Field<? extends Number> newOffset) {
Callers
nothing calls this directly
Calls
4
getLimit
Method · 0.95
$limit
Method · 0.95
copy
Method · 0.95
setOffset
Method · 0.80
Tested by
no test coverage detected