- All Superinterfaces:
Constraint
,FieldOrConstraint
,Named
,QueryPart
,Serializable
,TableElement
- Enclosing class:
QOM
A
PRIMARY KEY
constraint.-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull Constraint
$enforced
(boolean newEnforced) @NotNull QOM.UnmodifiableList
<? extends Field<?>> $fields()
@NotNull QOM.PrimaryKey
$fields
(QOM.UnmodifiableList<? extends Field<?>> newFields) @NotNull Name
$name()
Experimental query object model accessor method, see alsoQOM
.@NotNull Constraint
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
Method Details
-
$name
Description copied from interface:Named
Experimental query object model accessor method, see alsoQOM
. Subject to change in future jOOQ versions, use at your own risk. -
$name
-
$enforced
boolean $enforced() -
$enforced
-
$fields
-
$fields
@CheckReturnValue @NotNull @NotNull QOM.PrimaryKey $fields(QOM.UnmodifiableList<? extends Field<?>> newFields)
-