Uses of Interface
org.jooq.TruncateFinalStep
-
Packages that use TruncateFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of TruncateFinalStep in org.jooq
Subinterfaces of TruncateFinalStep in org.jooq Modifier and Type Interface Description interfaceTruncateCascadeStep<R extends Record>AQuerythat can truncate a table in the database.interfaceTruncateIdentityStep<R extends Record>AQuerythat can truncate a table in the database.Methods in org.jooq that return TruncateFinalStep Modifier and Type Method Description @NotNull TruncateFinalStep<R>TruncateCascadeStep. cascade()Add theCASCADEclause to theTRUNCATEstatement.@NotNull TruncateFinalStep<R>TruncateCascadeStep. restrict()Add theRESTRICTclause to theTRUNCATEstatement.
-