Interface SQLUpdateStatement.WhereStatementAndBuild
- All Known Implementing Classes:
SQLUpdateStatement.SQLUpdateStatementBuilder
- Enclosing class:
- SQLUpdateStatement
public static interface SQLUpdateStatement.WhereStatementAndBuild
The
Where Statement and building part of building a SQLUpdateStatement-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newSQLUpdateStatementbased on the set parameters after checking for errorswhereStatement(Conditional whereStatement)
-
Method Details
-
whereStatement
- Parameters:
whereStatement- Thewhere statement- Returns:
- this, to continue building
-
build
SQLUpdateStatement build()Builds a newSQLUpdateStatementbased on the set parameters after checking for errors- Returns:
- The newly built
SQLUpdateStatement
-