| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TruncateIdentityStep<R extends Record>A  Querythat can truncate a table in the database. | 
| Modifier and Type | Method and Description | 
|---|---|
| TruncateCascadeStep<R> | TruncateIdentityStep. continueIdentity()Add the  CONTINUE IDENTITYclause to theTRUNCATEstatement. | 
| TruncateCascadeStep<R> | TruncateIdentityStep. restartIdentity()Add the  RESTART IDENTITYclause to theTRUNCATEstatement. | 
Copyright © 2015. All Rights Reserved.