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