Interface SQLDropStatement.Name
- All Known Subinterfaces:
SQLDropStatement.ExistsOrName
- All Known Implementing Classes:
SQLDropStatement.SQLDropStatementBuilder
- Enclosing class:
- SQLDropStatement
public static interface SQLDropStatement.Name
The name part of building a
SQLDropStatement
-
Method Summary
-
Method Details
-
name
- Parameters:
name
- The name of the table/database to be dropped- Returns:
- this, to continue building
-