Interface SQLAlterStatement.ColumnDefOrForeignKey
- All Superinterfaces:
 SQLAlterStatement.ColumnDef
- All Known Implementing Classes:
 SQLAlterStatement.SQLAlterStatementBuilder
- Enclosing class:
 - SQLAlterStatement
 
- 
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLAlterStatement.ColumnDef
columnDef 
- 
Method Details
- 
foreignKey
- Parameters:
 foreignKey- Theforeign keyto add to the table- Returns:
 - this, to continue building
 
 
 -