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