Uses of Interface
org.jooq.AlterTableRenameIndexToStep
-
Uses of AlterTableRenameIndexToStep in org.jooq
Modifier and TypeMethodDescription@NotNull AlterTableRenameIndexToStep
AlterTableStep.renameIndex(String oldName)
Add aRENAME INDEX
clause to theALTER TABLE
statement.@NotNull AlterTableRenameIndexToStep
AlterTableStep.renameIndex(Index oldName)
Add aRENAME INDEX
clause to theALTER TABLE
statement.@NotNull AlterTableRenameIndexToStep
AlterTableStep.renameIndex(Name oldName)
Add aRENAME INDEX
clause to theALTER TABLE
statement.