public interface AlterIndexStep
ALTER INDEX where the action can be decided.| Modifier and Type | Method and Description |
|---|---|
AlterIndexFinalStep |
renameTo(Name newName)
Add a
RENAME TO clause to the ALTER INDEX
statement. |
AlterIndexFinalStep |
renameTo(String newName)
Add a
RENAME TO clause to the ALTER INDEX
statement. |
Copyright © 2017. All Rights Reserved.