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