Uses of Interface
org.jooq.CreateDomainConstraintStep
Packages that use CreateDomainConstraintStep
-
Uses of CreateDomainConstraintStep in org.jooq
Subinterfaces of CreateDomainConstraintStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE DOMAIN
statement.Methods in org.jooq that return CreateDomainConstraintStepModifier and TypeMethodDescription@NotNull CreateDomainConstraintStep
CreateDomainConstraintStep.constraints
(Collection<? extends Constraint> constraints) Add theCONSTRAINTS
clause to theCREATE DOMAIN
statement.@NotNull CreateDomainConstraintStep
CreateDomainConstraintStep.constraints
(Constraint... constraints) Add theCONSTRAINTS
clause to theCREATE DOMAIN
statement.@NotNull CreateDomainConstraintStep
Add theDEFAULT_
clause to theCREATE DOMAIN
statement.@NotNull CreateDomainConstraintStep
Add theDEFAULT_
clause to theCREATE DOMAIN
statement.