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(String newName)
Specify a new column name.
|
AlterTableFinalStep to(Field<?> newName)
AlterTableFinalStep to(Name newName)
AlterTableFinalStep to(String newName)
Copyright © 2016. All Rights Reserved.