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