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

Method getPrimaryKey

jOOQ/src/main/java/org/jooq/Table.java:208–208  ·  view source on GitHub ↗

Retrieve the table's primary key @return The primary key. This is never null for an updatable table.

()

Source from the content-addressed store, hash-verified

206 * table.
207 */
208 @Nullable
209 UniqueKey<R> getPrimaryKey();
210
211 /**

Callers 15

getPrimaryKeysMethod · 0.65
droppedPKorUKMethod · 0.65
mergeMethod · 0.65
respectPkNullabilityMethod · 0.65
SnapshotTableMethod · 0.65
executeUpdateMethod · 0.65
executeDeleteMethod · 0.65
getPrimaryKeyMethod · 0.65
compositeKeyRecordMethod · 0.65
pkMethod · 0.65
getStandardMergeMethod · 0.65
getPrimaryKeyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected