Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterTableRenameIndexToStep |
AlterTableStep.renameIndex(Index oldName)
Add a
RENAME INDEX clause to the ALTER TABLE
statement. |
AlterTableRenameIndexToStep |
AlterTableStep.renameIndex(Name oldName)
Add a
RENAME INDEX clause to the ALTER TABLE
statement. |
AlterTableRenameIndexToStep |
AlterTableStep.renameIndex(String oldName)
Add a
RENAME INDEX clause to the ALTER TABLE
statement. |
Copyright © 2019. All rights reserved.