Uses of Interface
org.jooq.ConstraintForeignKeyReferencesStep1
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ConstraintForeignKeyReferencesStep1 in org.jooq
Modifier and TypeMethodDescription@NotNull ConstraintForeignKeyReferencesStep1<?>
ConstraintTypeStep.foreignKey
(String field1) Add aFOREIGN KEY
clause to theCONSTRAINT
.<T1> @NotNull ConstraintForeignKeyReferencesStep1<T1>
ConstraintTypeStep.foreignKey
(Field<T1> field1) Add aFOREIGN KEY
clause to theCONSTRAINT
.@NotNull ConstraintForeignKeyReferencesStep1<?>
ConstraintTypeStep.foreignKey
(Name field1) Add aFOREIGN KEY
clause to theCONSTRAINT
. -
Uses of ConstraintForeignKeyReferencesStep1 in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull ConstraintForeignKeyReferencesStep1<?>
DSL.foreignKey
(String field1) Add an unnamed (system named)FOREIGN KEY
clause to theCONSTRAINT
.static <T1> @NotNull ConstraintForeignKeyReferencesStep1<T1>
DSL.foreignKey
(Field<T1> field1) Add an unnamed (system named)FOREIGN KEY
clause to theCONSTRAINT
.static @NotNull ConstraintForeignKeyReferencesStep1<?>
DSL.foreignKey
(Name field1) Add an unnamed (system named)FOREIGN KEY
clause to theCONSTRAINT
.