Interface SQLCreateStatement.ForeignKeysOrBuild
- All Superinterfaces:
 SQLCreateStatement.Build
- All Known Implementing Classes:
 SQLCreateStatement.SQLCreateStatementBuilder
- Enclosing class:
 - SQLCreateStatement
 
The Foreign Keys or Building part of building a 
SQLCreateStatement- 
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLCreateStatement.Build
build 
- 
Method Details
- 
foreignKey
- Parameters:
 foreignKey- Aforeign keyto add to the table- Returns:
 - this, to continue building
 
 
 -