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

Method getUniqueKeys

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

Source from the content-addressed store, hash-verified

167 }
168
169 @Override
170 public final List<UniqueKey<?>> getUniqueKeys(String name) {
171 return findAll(name, getUniqueKeys());
172 }
173
174 @Override
175 public final List<UniqueKey<?>> getUniqueKeys(Name name) {

Callers 1

uniqueKeyStreamMethod · 0.95

Calls 4

getTablesMethod · 0.95
flatMapMethod · 0.80
findAllMethod · 0.65
getKeysMethod · 0.65

Tested by

no test coverage detected