Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
TruncateCascadeStep<R extends Record>
A
Query that can truncate a table in the database. |
interface |
TruncateIdentityStep<R extends Record>
A
Query that can truncate a table in the database. |
Modifier and Type | Method and Description |
---|---|
TruncateFinalStep<R> |
TruncateCascadeStep.cascade()
Add the
CASCADE clause to the TRUNCATE
statement. |
TruncateFinalStep<R> |
TruncateCascadeStep.restrict()
Add the
RESTRICT clause to the TRUNCATE
statement. |
Copyright © 2014. All Rights Reserved.