Uses of Interface
org.jooq.AlterTableAddStep
-
Uses of AlterTableAddStep in org.jooq
Modifier and TypeMethodDescription@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.add
(Collection<? extends TableElement> fields) Add anADD
clause with multiple columns or constraints to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.add
(TableElement... fields) Add anADD
clause with multiple columns or constraints to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
Add anADD COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(Field<?> field) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addColumnIfNotExists
(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(String field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(Field<?> field) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.<T> @NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(Field<T> field, DataType<T> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableAddStep
AlterTableStep.addIfNotExists
(Name field, DataType<?> type) Add anADD COLUMN IF NOT EXISTS
clause to theALTER TABLE
statement.