Uses of Interface
org.jooq.TruncateCascadeStep
-
Packages that use TruncateCascadeStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of TruncateCascadeStep in org.jooq
Subinterfaces of TruncateCascadeStep in org.jooq Modifier and Type Interface Description interfaceTruncateIdentityStep<R extends Record>AQuerythat 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 IDENTITYclause to theTRUNCATEstatement.TruncateCascadeStep<R>TruncateIdentityStep. restartIdentity()Add theRESTART IDENTITYclause to theTRUNCATEstatement.
-