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 newSQLDeleteStatementwith the given parameterswhereStatement(Conditional whereStatement)
-
Method Details
-
whereStatement
- Parameters:
whereStatement- Thewhere statementto use for what to delete- Returns:
- this, to continue building
-
build
SQLDeleteStatement build()Builds a newSQLDeleteStatementwith the given parameters- Returns:
- The newly built
SQLDeleteStatement
-