Uses of Interface
org.jooq.TruncateCascadeStep
Packages that use TruncateCascadeStep
-
Uses of TruncateCascadeStep in org.jooq
Subinterfaces of TruncateCascadeStep in org.jooqModifier and TypeInterfaceDescriptioninterface
TruncateIdentityStep<R extends Record>
A step in the construction of theTRUNCATE
statement.Methods in org.jooq that return TruncateCascadeStepModifier and TypeMethodDescription@NotNull TruncateCascadeStep<R>
TruncateIdentityStep.continueIdentity()
Add theCONTINUE IDENTITY
clause to theTRUNCATE
statement.@NotNull TruncateCascadeStep<R>
TruncateIdentityStep.restartIdentity()
Add theRESTART IDENTITY
clause to theTRUNCATE
statement.