MCPcopy
hub / github.com/jOOQ/jOOQ / constraint

Method constraint

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

Get this KEY as a formal Constraint specification.

()

Source from the content-addressed store, hash-verified

78 * Get this <code>KEY</code> as a formal {@link Constraint} specification.
79 */
80 @NotNull
81 Constraint constraint();
82
83 /**

Callers 15

createDomainMethod · 0.65
primaryKeysMethod · 0.65
uniqueKeysMethod · 0.65
foreignKeysMethod · 0.65
checksMethod · 0.65
patchMethod · 0.65
droppedPKorUKMethod · 0.65
dropTableMethod · 0.65
appendPrimaryKeyMethod · 0.65
appendUniqueKeysMethod · 0.65
appendForeignKeysMethod · 0.65
appendChecksMethod · 0.65

Implementers 1

AbstractKeyjOOQ/src/main/java/org/jooq/impl/Abstr

Calls

no outgoing calls

Tested by

no test coverage detected