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 newSQLDropStatement
using the set parameters
-
Method Details
-
build
SQLDropStatement build()Constructs a newSQLDropStatement
using the set parameters- Returns:
- The newly built
SQLDropStatement
-