public interface AlterTableRenameColumnToStep
ALTER TABLE
DSL used to RENAME
columns.Modifier and Type | Method and Description |
---|---|
AlterTableFinalStep |
to(Field<?> newName)
Specify a new column name.
|
AlterTableFinalStep |
to(Name newName)
Specify a new column name.
|
AlterTableFinalStep |
to(java.lang.String newName)
Specify a new column name.
|
AlterTableFinalStep to(Field<?> newName)
AlterTableFinalStep to(Name newName)
AlterTableFinalStep to(java.lang.String newName)
Copyright © 2018. All Rights Reserved.