Uses of Interface
org.jooq.TruncateFinalStep
-
Packages that use TruncateFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of TruncateFinalStep in org.jooq
Subinterfaces of TruncateFinalStep in org.jooq Modifier and Type Interface Description interface
TruncateCascadeStep<R extends Record>
AQuery
that can truncate a table in the database.interface
TruncateIdentityStep<R extends Record>
AQuery
that can truncate a table in the database.Methods in org.jooq that return TruncateFinalStep Modifier and Type Method Description TruncateFinalStep<R>
TruncateCascadeStep. cascade()
Add theCASCADE
clause to theTRUNCATE
statement.TruncateFinalStep<R>
TruncateCascadeStep. restrict()
Add theRESTRICT
clause to theTRUNCATE
statement.
-