Interface SQLCreateStatement.Build
- All Known Subinterfaces:
 SQLCreateStatement.ForeignKeysOrBuild
- All Known Implementing Classes:
 SQLCreateStatement.SQLCreateStatementBuilder
- Enclosing class:
 - SQLCreateStatement
 
public static interface SQLCreateStatement.Build
The building part of building a 
SQLCreateStatement- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs a newSQLCreateStatementusing the set parameters 
- 
Method Details
- 
build
SQLCreateStatement build()Constructs a newSQLCreateStatementusing the set parameters- Returns:
 - The newly built 
SQLCreateStatement 
 
 -