Uses of Interface
org.jooq.TruncateFinalStep
-
Uses of TruncateFinalStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
TruncateCascadeStep<R extends Record>
A step in the construction of theTRUNCATE
statement.interface
TruncateIdentityStep<R extends Record>
A step in the construction of theTRUNCATE
statement.Modifier and TypeMethodDescription@NotNull TruncateFinalStep<R>
TruncateCascadeStep.cascade()
Add theCASCADE
clause to theTRUNCATE
statement.@NotNull TruncateFinalStep<R>
TruncateCascadeStep.restrict()
Add theRESTRICT
clause to theTRUNCATE
statement.