public interface DropSchemaStep extends DropSchemaFinalStep
DROP SCHEMA
DSL used to specify
DROP
behaviour.Modifier and Type | Method and Description |
---|---|
DropSchemaFinalStep |
cascade()
Add a
CASCADE clause to the DROP SCHEMA
statement. |
DropSchemaFinalStep |
restrict()
Add a
RESTRICT clause to the DROP SCHEMA
statement. |
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, 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.