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