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