MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / stream

Method stream

jOOQ/src/main/java/org/jooq/impl/ResultQueryTrait.java:349–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 @Override
350 default Stream<R> stream() {
351 return fetchStream();
352 }

Callers 15

convertMethod · 0.65
tableStreamMethod · 0.65
primaryKeyStreamMethod · 0.65
uniqueKeyStreamMethod · 0.65
foreignKeyStreamMethod · 0.65
indexStreamMethod · 0.65
udtStreamMethod · 0.65
domainStreamMethod · 0.65
sequenceStreamMethod · 0.65
format0Method · 0.65
fetchStreamMethod · 0.65
executeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected