Uses of Interface
org.jooq.impl.QOM.ForeignKey
Packages that use QOM.ForeignKey
-
Uses of QOM.ForeignKey in org.jooq.impl
Methods in org.jooq.impl that return QOM.ForeignKeyModifier 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)