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