Uses of Interface
org.jooq.TruncateCascadeStep
-
Uses of TruncateCascadeStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
TruncateIdentityStep<R extends Record>
A step in the construction of theTRUNCATE
statement.Modifier 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.