Interface SQLAlterStatement.ColumnDef
- All Known Subinterfaces:
SQLAlterStatement.ColumnDefOrForeignKey
- All Known Implementing Classes:
SQLAlterStatement.SQLAlterStatementBuilder
- Enclosing class:
- SQLAlterStatement
public static interface SQLAlterStatement.ColumnDef
The
column definition
part of building a SQLAlterStatement
-
Method Summary
-
Method Details
-
columnDef
- Parameters:
columnDef
- Thecolumn definition
to be used- Returns:
- this, to continue building
-