Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createDomain
Method · 0.65
primaryKeys
Method · 0.65
uniqueKeys
Method · 0.65
foreignKeys
Method · 0.65
checks
Method · 0.65
patch
Method · 0.65
droppedPKorUK
Method · 0.65
dropTable
Method · 0.65
appendPrimaryKey
Method · 0.65
appendUniqueKeys
Method · 0.65
appendForeignKeys
Method · 0.65
appendChecks
Method · 0.65
Implementers
1
AbstractKey
jOOQ/src/main/java/org/jooq/impl/Abstr
Calls
no outgoing calls
Tested by
no test coverage detected