Package com.gengoai.sql.statement
Class AlterTableAction.AlterColumn
- java.lang.Object
-
- com.gengoai.sql.statement.AlterTableAction.AlterColumn
-
- All Implemented Interfaces:
SQLElement
,AlterTableAction
,Serializable
- Enclosing interface:
- AlterTableAction
public static class AlterTableAction.AlterColumn extends Object implements AlterTableAction
Alters a column definition- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.gengoai.sql.statement.AlterTableAction
AlterTableAction.AddColumn, AlterTableAction.AlterColumn, AlterTableAction.DropColumn, AlterTableAction.RenameColumn, AlterTableAction.RenameTable
-
-
Constructor Summary
Constructors Constructor Description AlterColumn(@NonNull Column newDefinition)
-
-
-
Constructor Detail
-
AlterColumn
public AlterColumn(@NonNull @NonNull Column newDefinition)
-
-