Interface SQLDeleteStatement.WhereStatementAndBuild
- All Known Implementing Classes:
SQLDeleteStatement.SQLDeleteStatementBuilder
- Enclosing class:
- SQLDeleteStatement
public static interface SQLDeleteStatement.WhereStatementAndBuild
The
Where Statement
and building part of building a SQLDeleteStatement
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a newSQLDeleteStatement
with the given parameterswhereStatement
(Conditional whereStatement)
-
Method Details
-
whereStatement
- Parameters:
whereStatement
- Thewhere statement
to use for what to delete- Returns:
- this, to continue building
-
build
SQLDeleteStatement build()Builds a newSQLDeleteStatement
with the given parameters- Returns:
- The newly built
SQLDeleteStatement
-