public interface TruncateIdentityStep<R extends Record> extends TruncateCascadeStep<R>
Query
that can truncate a table in the database.Modifier and Type | Method and Description |
---|---|
TruncateCascadeStep<R> |
continueIdentity()
Add the
CONTINUE IDENTITY clause to the
TRUNCATE statement. |
TruncateCascadeStep<R> |
restartIdentity()
Add the
RESTART IDENTITY clause to the TRUNCATE
statement. |
cascade, restrict
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
Copyright © 2014. All Rights Reserved.