public interface DropTableStep extends DropTableFinalStep
DROP TABLE DSL used to specify DROP
 behaviour.| Modifier and Type | Method and Description | 
|---|---|
| DropTableFinalStep | cascade()Add a  CASCADEclause to theDROP TABLEstatement. | 
| DropTableFinalStep | restrict()Add a  RESTRICTclause to theDROP TABLEstatement. | 
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutattach, 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.