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 COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableChangeStep
<T> Add a MySQL styleCHANGE COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> Add a MySQL styleCHANGE COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeColumn
(String oldName, String newName) Add a MySQL styleCHANGE COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableChangeStep
<T> AlterTableStep.changeColumn
(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeColumn
(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeColumnIfExists
(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableChangeStep
<T> AlterTableStep.changeColumnIfExists
(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeColumnIfExists
(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeIfExists
(String oldName, String newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableChangeStep
<T> AlterTableStep.changeIfExists
(Field<?> oldName, Field<T> newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableChangeStep
<Object> AlterTableStep.changeIfExists
(Name oldName, Name newName) Add a MySQL styleCHANGE COLUMN IF EXISTS
clause to theALTER TABLE
statement.