public interface AlterTableRenameConstraintToStep
ALTER TABLE
DSL used to RENAME
constraints.Modifier and Type | Method and Description |
---|---|
AlterTableFinalStep |
to(Constraint newName)
Specify a new column name.
|
AlterTableFinalStep |
to(Name newName)
Specify a new column name.
|
AlterTableFinalStep |
to(String newName)
Specify a new column name.
|
AlterTableFinalStep to(Constraint newName)
AlterTableFinalStep to(Name newName)
AlterTableFinalStep to(String newName)
Copyright © 2016. All Rights Reserved.