Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert
Method · 0.65
tableStream
Method · 0.65
primaryKeyStream
Method · 0.65
uniqueKeyStream
Method · 0.65
foreignKeyStream
Method · 0.65
indexStream
Method · 0.65
udtStream
Method · 0.65
domainStream
Method · 0.65
sequenceStream
Method · 0.65
format0
Method · 0.65
fetchStream
Method · 0.65
execute
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected