MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / getTable

Method getTable

jOOQ/src/main/java/org/jooq/impl/SchemaImpl.java:149–152  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public final Table<?> getTable(String name) {
151 return find(name, getTables());
152 }
153
154 @Override
155 public final Table<?> getTable(Name name) {

Callers

nothing calls this directly

Calls 2

getTablesMethod · 0.95
findMethod · 0.45

Tested by

no test coverage detected