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

Method getPrimaryKey

jOOQ/src/main/java/org/jooq/impl/CustomTable.java:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 @Override
115 public UniqueKey<R> getPrimaryKey() {
116 return super.getPrimaryKey();
117 }
118
119 @Override
120 public List<UniqueKey<R>> getUniqueKeys() {

Callers

nothing calls this directly

Calls 1

getPrimaryKeyMethod · 0.65

Tested by

no test coverage detected