public interface AlterTableDropStep extends AlterTableFinalStep
ALTER TABLE DSL used to DROP
 columns.| Modifier and Type | Method and Description | 
|---|---|
| AlterTableFinalStep | cascade()Add a  CASCADEclause to theALTER TABLE .. | 
| AlterTableFinalStep | restrict()Add a  RESTRICTclause to theALTER TABLE .. | 
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutattach, detach@Support AlterTableFinalStep cascade()
CASCADE clause to the
 ALTER TABLE .. DROP COLUMN statement.@Support AlterTableFinalStep restrict()
RESTRICT clause to the
 ALTER TABLE .. DROP COLUMN statement.Copyright © 2014. All Rights Reserved.