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/AbstractMeta.java:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
List<Schema> getSchemas0() {
309
return
flatMap(getCatalogs(), c -> c.getSchemas());
310
}
311
312
@Override
313
public
final
List<Table<?>> getTables(String name) {
Callers
1
getCachedSchemas
Method · 0.95
Calls
3
getCatalogs
Method · 0.95
flatMap
Method · 0.80
getSchemas
Method · 0.65
Tested by
no test coverage detected