public interface DropTableStep extends DropTableFinalStep
DROP TABLE
DSL used to specify DROP
behaviour.Modifier and Type | Method and Description |
---|---|
DropTableFinalStep |
cascade()
Add a
CASCADE clause to the DROP TABLE
statement. |
DropTableFinalStep |
restrict()
Add a
RESTRICT clause to the DROP TABLE
statement. |
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
@Support DropTableFinalStep cascade()
CASCADE
clause to the DROP TABLE
statement.@Support DropTableFinalStep restrict()
RESTRICT
clause to the DROP TABLE
statement.Copyright © 2015. All Rights Reserved.