MCPcopy 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

accept0Method · 0.95
limitWindowFunctionMethod · 0.95
addOffsetMethod · 0.95
addLimitMethod · 0.95
setLimitPercentMethod · 0.95
setWithTiesMethod · 0.95
$limitMethod · 0.95
$limitPercentMethod · 0.95
$limitWithTiesMethod · 0.95
$offsetMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected