Uses of Interface
org.jooq.impl.QOM.ForeignKey
-
Uses of QOM.ForeignKey in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.ForeignKey
QOM.ForeignKey.$deleteRule
(QOM.ForeignKeyRule newDeleteRule) @NotNull QOM.ForeignKey
QOM.ForeignKey.$fields
(QOM.UnmodifiableList<? extends Field<?>> newFields) @NotNull QOM.ForeignKey
QOM.ForeignKey.$referencesFields
(QOM.UnmodifiableList<? extends Field<?>> newReferencesFields) @NotNull QOM.ForeignKey
QOM.ForeignKey.$referencesTable
(Table<?> newReferencesTable) @NotNull QOM.ForeignKey
QOM.ForeignKey.$updateRule
(QOM.ForeignKeyRule newDeleteRule)