Interface SQLDropStatement.Build
- All Known Implementing Classes:
SQLDropStatement.SQLDropStatementBuilder
- Enclosing class:
- SQLDropStatement
public static interface SQLDropStatement.Build
The building part of building a
SQLDropStatement-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs a newSQLDropStatementusing the set parameters
-
Method Details
-
build
SQLDropStatement build()Constructs a newSQLDropStatementusing the set parameters- Returns:
- The newly built
SQLDropStatement
-