public interface AlterTableDropStep extends AlterTableFinalStep
ALTER TABLE
DSL used to DROP
columns.Modifier and Type | Method and Description |
---|---|
AlterTableFinalStep |
cascade()
Add a
CASCADE clause to the
ALTER TABLE .. |
AlterTableFinalStep |
restrict()
Add a
RESTRICT clause to the
ALTER TABLE .. |
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, 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 © 2015. All Rights Reserved.