Interface SQLInsertStatement.Build
- All Known Implementing Classes:
 SQLInsertStatement.SQLInsertStatementBuilder
- Enclosing class:
 - SQLInsertStatement
 
public static interface SQLInsertStatement.Build
The Building part of building a 
SQLInsertStatement- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a newSQLInsertStatementafter checking for errors 
- 
Method Details
- 
build
SQLInsertStatement build()Creates a newSQLInsertStatementafter checking for errors- Returns:
 - The newly built 
SQLInsertStatement 
 
 -