Uses of Interface
org.jooq.DropTableFinalStep
-
Packages that use DropTableFinalStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of DropTableFinalStep in org.jooq
Subinterfaces of DropTableFinalStep in org.jooq Modifier and Type Interface Description interface
DropTableStep
The step in theDROP TABLE
DSL used to specifyDROP
behaviour.Methods in org.jooq that return DropTableFinalStep Modifier and Type Method Description DropTableFinalStep
DropTableStep. cascade()
Add aCASCADE
clause to theDROP TABLE
statement.DropTableFinalStep
DropTableStep. restrict()
Add aRESTRICT
clause to theDROP TABLE
statement.
-