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

Method getUniqueKeys

jOOQ/src/main/java/org/jooq/impl/TableAlias.java:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 @Override
133 public final List<UniqueKey<R>> getUniqueKeys() {
134 return alias.wrapped().getUniqueKeys();
135 }
136
137 @Override
138 public final List<ForeignKey<R, ?>> getReferences() {

Callers

nothing calls this directly

Calls 2

getUniqueKeysMethod · 0.65
wrappedMethod · 0.45

Tested by

no test coverage detected