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

Method copy

jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:678–680  ·  view source on GitHub ↗
(Consumer<? super SelectQueryImpl<R>> finisher)

Source from the content-addressed store, hash-verified

676 }
677
678 final SelectQueryImpl<R> copy(Consumer<? super SelectQueryImpl<R>> finisher) {
679 return copy(finisher, with);
680 }
681
682 final SelectQueryImpl<R> copy(Consumer<? super SelectQueryImpl<R>> finisher, WithImpl newWith) {
683 SelectQueryImpl<R> result = copyTo(CopyClause.END, false, new SelectQueryImpl<>(configuration(), newWith));

Callers 15

distinctOnEmulationMethod · 0.95
acceptMethod · 0.95
$withMethod · 0.95
$selectMethod · 0.95
$distinctMethod · 0.95
$distinctOnMethod · 0.95
$intoTableMethod · 0.95
$fromMethod · 0.95
$whereMethod · 0.95
$groupByMethod · 0.95
$groupByDistinctMethod · 0.95
$havingMethod · 0.95

Calls 3

copyToMethod · 0.95
configurationMethod · 0.65
acceptMethod · 0.65

Tested by

no test coverage detected