Uses of Interface
org.jooq.CreateDomainConstraintStep
-
Uses of CreateDomainConstraintStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE DOMAIN
statement.Modifier 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.