Interface SQLDropStatement.ExistsOrName
- All Superinterfaces:
SQLDropStatement.Name
- All Known Implementing Classes:
SQLDropStatement.SQLDropStatementBuilder
- Enclosing class:
- SQLDropStatement
The If Exists or Name part of building a
SQLDropStatement
-
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Name
name
-
Method Details
-
ifExists
SQLDropStatement.Name ifExists()Sets to include IF EXISTS in the statement- Returns:
- this, to continue building
-