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