MCPcopy 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

getCachedSchemasMethod · 0.95

Calls 3

getCatalogsMethod · 0.95
flatMapMethod · 0.80
getSchemasMethod · 0.65

Tested by

no test coverage detected