Uses of Interface
org.jooq.AlterTableDropStep
-
Uses of AlterTableDropStep in org.jooq
Modifier and TypeMethodDescription@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.drop
(Collection<? extends Field<?>> fields) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.drop
(Constraint constraint) Add aDROP CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumn
(String field) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumn
(Field<?> field) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumn
(Name field) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumnIfExists
(String field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumnIfExists
(Field<?> field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumnIfExists
(Name field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumns
(String... fields) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumns
(Collection<? extends Field<?>> fields) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumns
(Field<?>... fields) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropColumns
(Name... fields) Add anDROP COLUMN
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraint
(String constraint) Add aDROP CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraint
(Constraint constraint) Add aDROP CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraint
(Name constraint) Add aDROP CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraintIfExists
(String constraint) Add aDROP CONSTRAINT IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraintIfExists
(Constraint constraint) Add aDROP CONSTRAINT IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropConstraintIfExists
(Name constraint) Add aDROP CONSTRAINT IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropForeignKey
(String constraint) Add aDROP FOREIGN KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropForeignKey
(Constraint constraint) Add aDROP FOREIGN KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropForeignKey
(Name constraint) Add aDROP FOREIGN KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropIfExists
(String field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropIfExists
(Constraint constraint) Add aDROP CONSTRAINT IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropIfExists
(Field<?> field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropIfExists
(Name field) Add anDROP COLUMN IF EXISTS
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropPrimaryKey()
Add aDROP PRIMARY KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropPrimaryKey
(String constraint) Add aDROP PRIMARY KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropPrimaryKey
(Constraint constraint) Add aDROP PRIMARY KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropPrimaryKey
(Name constraint) Add aDROP PRIMARY KEY
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropUnique
(String constraint) Add aDROP UNIQUE
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropUnique
(Constraint constraint) Add aDROP UNIQUE
clause to theALTER TABLE
statement.@NotNull AlterTableDropStep
AlterTableStep.dropUnique
(Name constraint) Add aDROP UNIQUE
clause to theALTER TABLE
statement.