Uses of Interface
org.jooq.DropDomainFinalStep
-
Uses of DropDomainFinalStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theDROP DOMAIN
statement.Modifier and TypeMethodDescription@NotNull DropDomainFinalStep
DropDomainCascadeStep.cascade()
Add theCASCADE
clause to theDROP DOMAIN
statement.@NotNull DropDomainFinalStep
DropDomainCascadeStep.restrict()
Add theRESTRICT
clause to theDROP DOMAIN
statement.