Uses of Interface
org.jooq.DropViewFinalStep
Packages that use DropViewFinalStep
-
Uses of DropViewFinalStep in org.jooq
Subinterfaces of DropViewFinalStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceA step in the construction of theDROP VIEWstatement.Methods in org.jooq that return DropViewFinalStepModifier and TypeMethodDescription@NotNull DropViewFinalStepDropViewStep.cascade()Add theCASCADEclause to theDROP VIEWstatement.@NotNull DropViewFinalStepDropViewStep.restrict()Add theRESTRICTclause to theDROP VIEWstatement.