Uses of Interface
org.jooq.AlterTableChangeStep
Packages that use AlterTableChangeStep
-
Uses of AlterTableChangeStep in org.jooq
Methods in org.jooq that return AlterTableChangeStepModifier and TypeMethodDescription@NotNull AlterTableChangeStep<Object> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumn(String oldName, String newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeColumn(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumn(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMNclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumnIfExists(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeColumnIfExists(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeColumnIfExists(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeIfExists(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.<T> @NotNull AlterTableChangeStep<T> AlterTableStep.changeIfExists(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.@NotNull AlterTableChangeStep<Object> AlterTableStep.changeIfExists(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTSclause to theALTER TABLEstatement.