Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ udtStream
Method
udtStream
jOOQ/src/main/java/org/jooq/impl/SchemaImpl.java:388–391 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
}
387
388
@Override
389
public
final
Stream<UDT<?>> udtStream() {
390
return
getUDTs().stream();
391
}
392
393
@Override
394
public
final
Stream<Domain<?>> domainStream() {
Callers
nothing calls this directly
Calls
2
getUDTs
Method · 0.95
stream
Method · 0.65
Tested by
no test coverage detected