public interface DropSchemaStep extends DropSchemaFinalStep
DROP SCHEMA DSL used to specify
 DROP behaviour.| Modifier and Type | Method and Description | 
|---|---|
| DropSchemaFinalStep | cascade()Add a  CASCADEclause to theDROP SCHEMAstatement. | 
| DropSchemaFinalStep | restrict()Add a  RESTRICTclause to theDROP SCHEMAstatement. | 
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutattach, configuration, detach@Support(value={HSQLDB,POSTGRES}) DropSchemaFinalStep cascade()
CASCADE clause to the DROP SCHEMA
 statement.@Support(value={HSQLDB,POSTGRES}) DropSchemaFinalStep restrict()
RESTRICT clause to the DROP SCHEMA
 statement.Copyright © 2018. All Rights Reserved.