Uses of Interface
org.jooq.AlterTableRenameIndexToStep
Packages that use AlterTableRenameIndexToStep
-
Uses of AlterTableRenameIndexToStep in org.jooq
Methods in org.jooq that return AlterTableRenameIndexToStepModifier 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.