Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jOOQ/jOOQ
/ iterator
Method
iterator
jOOQ/src/main/java/org/jooq/impl/ResultQueryTrait.java:300–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
@Override
301
default Iterator<R> iterator() {
302
return
fetch().iterator();
303
}
Callers
15
split
Method · 0.65
writeJSONString
Method · 0.65
toJSONString
Method · 0.65
writeJSONString
Method · 0.65
toJSONString
Method · 0.65
logHistory
Method · 0.65
sorted
Method · 0.65
format
Method · 0.65
migrateTo1
Method · 0.65
unmap
Method · 0.65
equal
Method · 0.65
accept0
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected