Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ getSchemas0
Method
getSchemas0
jOOQ/src/main/java/org/jooq/impl/MetaImpl.java:366–369 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
364
}
365
366
@Override
367
final
List<Schema> getSchemas0() {
368
return
flatMap(getCatalogs(), c -> c.getSchemas());
369
}
370
371
@Override
372
final
List<Table<?>> getTables0() {
Callers
nothing calls this directly
Calls
3
flatMap
Method · 0.80
getCatalogs
Method · 0.65
getSchemas
Method · 0.65
Tested by
no test coverage detected