Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ $limit
Method
$limit
jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:5694–5697 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5692
}
5693
5694
@Override
5695
public
final
Field<? extends Number> $limit() {
5696
return
getLimit().limit;
5697
}
5698
5699
@Override
5700
public
final
Select<R> $limit(Field<? extends Number> newLimit) {
Callers
1
$offset
Method · 0.95
Calls
3
getLimit
Method · 0.95
copy
Method · 0.95
setLimit
Method · 0.80
Tested by
no test coverage detected