Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ getLimit
Method
getLimit
jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:4888–4890 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4886
}
4887
4888
final
Limit getLimit() {
4889
return
(unionOp.size() == 0) ? limit : unionLimit;
4890
}
4891
4892
final
SortFieldList getNonEmptyOrderBy(Configuration configuration) {
4893
if
(getOrderBy().isEmpty()) {
Callers
12
accept0
Method · 0.95
limitWindowFunctionCondition
Method · 0.95
limitWindowFunction
Method · 0.95
wrapQueryExpressionBodyInDerivedTable
Method · 0.95
addOffset
Method · 0.95
addLimit
Method · 0.95
setLimitPercent
Method · 0.95
setWithTies
Method · 0.95
$limit
Method · 0.95
$limitPercent
Method · 0.95
$limitWithTies
Method · 0.95
$offset
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected