Uses of Interface
org.jooq.ConstraintForeignKeyReferencesStepN
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ConstraintForeignKeyReferencesStepN in org.jooq
Modifier and TypeMethodDescription@NotNull ConstraintForeignKeyReferencesStepN
ConstraintTypeStep.foreignKey(String... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.@NotNull ConstraintForeignKeyReferencesStepN
ConstraintTypeStep.foreignKey(Collection<? extends Field<?>> fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.@NotNull ConstraintForeignKeyReferencesStepN
ConstraintTypeStep.foreignKey(Field<?>... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.@NotNull ConstraintForeignKeyReferencesStepN
ConstraintTypeStep.foreignKey(Name... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
. -
Uses of ConstraintForeignKeyReferencesStepN in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull ConstraintForeignKeyReferencesStepN
DSL.foreignKey(String... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.static @NotNull ConstraintForeignKeyReferencesStepN
DSL.foreignKey(Collection<? extends Field<?>> fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.static @NotNull ConstraintForeignKeyReferencesStepN
DSL.foreignKey(Field<?>... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.static @NotNull ConstraintForeignKeyReferencesStepN
DSL.foreignKey(Name... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.