Uses of Interface
org.jooq.ConstraintForeignKeyReferencesStepN
-
Packages that use ConstraintForeignKeyReferencesStepN Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of ConstraintForeignKeyReferencesStepN in org.jooq
Methods in org.jooq that return ConstraintForeignKeyReferencesStepN Modifier and Type Method Description ConstraintForeignKeyReferencesStepN
ConstraintTypeStep. foreignKey(String... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.ConstraintForeignKeyReferencesStepN
ConstraintTypeStep. foreignKey(Field<?>... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.ConstraintForeignKeyReferencesStepN
ConstraintTypeStep. foreignKey(Name... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
. -
Uses of ConstraintForeignKeyReferencesStepN in org.jooq.impl
Methods in org.jooq.impl that return ConstraintForeignKeyReferencesStepN Modifier and Type Method Description static ConstraintForeignKeyReferencesStepN
DSL. foreignKey(String... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.static ConstraintForeignKeyReferencesStepN
DSL. foreignKey(Field<?>... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.static ConstraintForeignKeyReferencesStepN
DSL. foreignKey(Name... fields)
Add aFOREIGN KEY
clause to theCONSTRAINT
.
-