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