public interface TruncateCascadeStep<R extends Record> extends TruncateFinalStep<R>
Query
that can truncate a table in the database.Modifier and Type | Method and Description |
---|---|
TruncateFinalStep<R> |
cascade()
Add the
CASCADE clause to the TRUNCATE
statement. |
TruncateFinalStep<R> |
restrict()
Add the
RESTRICT clause to the TRUNCATE
statement. |
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
@Support(value=POSTGRES) TruncateFinalStep<R> cascade()
CASCADE
clause to the TRUNCATE
statement.@Support(value=POSTGRES) TruncateFinalStep<R> restrict()
RESTRICT
clause to the TRUNCATE
statement.Copyright © 2014. All Rights Reserved.