Uses of Interface
org.jooq.CreateTableConstraintStep
-
Packages that use CreateTableConstraintStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of CreateTableConstraintStep in org.jooq
Subinterfaces of CreateTableConstraintStep in org.jooq Modifier and Type Interface Description interface
CreateTableColumnStep
AQuery
that can create tables.Methods in org.jooq that return CreateTableConstraintStep Modifier and Type Method Description CreateTableConstraintStep
CreateTableConstraintStep. constraint(Constraint constraint)
Add a constraint to the table.CreateTableConstraintStep
CreateTableConstraintStep. constraints(Collection<? extends Constraint> constraints)
Add constraints to the table.CreateTableConstraintStep
CreateTableConstraintStep. constraints(Constraint... constraints)
Add constraints to the table.
-