MCPcopy 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

flatMapMethod · 0.80
getCatalogsMethod · 0.65
getSchemasMethod · 0.65

Tested by

no test coverage detected