Uses of Interface
org.jooq.AlterTableFinalStep
Packages that use AlterTableFinalStep
-
Uses of AlterTableFinalStep in org.jooq
Subinterfaces of AlterTableFinalStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceThe step in theALTER TABLEDSL used toADDcolumns.interfaceThe step in theALTER TABLEDSL used toALTERconstraints.interfaceThe step in theALTER TABLEDSL used toDROPcolumns or constraints.interfaceThe step in theALTER TABLE … ADD CONSTRAINTstatement where an optional index can be specified to enforce the constraint.Methods in org.jooq that return AlterTableFinalStepModifier and TypeMethodDescription@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aAFTERclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aBEFOREclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAlterTableDropStep.cascade()Add aCASCADEclause to theALTER TABLE … DROPstatement.@NotNull AlterTableFinalStepSpecify a comment for a table using MySQL's syntax.@NotNull AlterTableFinalStepSpecify a comment for a table using MySQL's syntax.@NotNull AlterTableFinalStepSpecify a new columnDEFAULT.@NotNull AlterTableFinalStepSpecify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.defaultValue(Field<T> expression) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.defaultValue(T literal) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.dropDefault()Drop the columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.dropGenerated()Drop theGENERATEDproperty from the column.@NotNull AlterTableFinalStepAlterTableAlterStep.dropIdentity()Drop theIDENTITYproperty from the column.@NotNull AlterTableFinalStepAlterTableAlterStep.dropNotNull()Make the column nullable.@NotNull AlterTableFinalStepAlterTableAddStep.first()Add aFIRSTclause toALTER TABLE … ADD ….@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTableFinalStepAdd aRENAME TOclause to theALTER TABLEstatement.@NotNull AlterTableFinalStepAlterTableDropStep.restrict()Add aRESTRICTclause to theALTER TABLE … DROPstatement.@NotNull AlterTableFinalStepSpecify a new column data type.@NotNull AlterTableFinalStepSpecify a new column data type.@NotNull AlterTableFinalStepAlterTableAlterStep.setDefault(Field<T> expression) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.setDefault(T literal) Specify a new columnDEFAULT.@NotNull AlterTableFinalStepAlterTableAlterStep.setGeneratedAlwaysAs(Field<T> generatedAlwaysAsValue) Make the column anGENERATEDcolumn.@NotNull AlterTableFinalStepAlterTableAlterStep.setGeneratedAlwaysAs(T generatedAlwaysAsValue) Make the column anGENERATEDcolumn.@NotNull AlterTableFinalStepAlterTableAlterStep.setGeneratedAlwaysAsIdentity()Make the column anIDENTITYcolumn.@NotNull AlterTableFinalStepAlterTableAlterStep.setGeneratedByDefaultAsIdentity()Make the column anIDENTITYcolumn.@NotNull AlterTableFinalStepAlterTableAlterStep.setNotNull()Make the columnNOT NULL.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new column name.@NotNull AlterTableFinalStepSpecify a new constraint name.@NotNull AlterTableFinalStepAlterTableRenameConstraintToStep.to(Constraint newName) Specify a new constraint name.@NotNull AlterTableFinalStepSpecify a new constraint name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTableFinalStepSpecify a new index name.@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(String index) Add theUSING INDEXclause to the statement.@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(Index index) Add theUSING INDEXclause to the statement.@NotNull AlterTableFinalStepAlterTableUsingIndexStep.usingIndex(Name index) Add theUSING INDEXclause to the statement.