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 newSQLInsertStatement
after checking for errors
-
Method Details
-
build
SQLInsertStatement build()Creates a newSQLInsertStatement
after checking for errors- Returns:
- The newly built
SQLInsertStatement
-