Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterIndexFinalStep |
AlterIndexStep.renameTo(Index newName)
Add a
RENAME TO clause to the ALTER INDEX
statement. |
AlterIndexFinalStep |
AlterIndexStep.renameTo(Name newName)
Add a
RENAME TO clause to the ALTER INDEX
statement. |
AlterIndexFinalStep |
AlterIndexStep.renameTo(java.lang.String newName)
Add a
RENAME TO clause to the ALTER INDEX
statement. |
Copyright © 2018. All Rights Reserved.