Interface SQLDropStatement.ExistsOrName

All Superinterfaces:
SQLDropStatement.Name
All Known Implementing Classes:
SQLDropStatement.SQLDropStatementBuilder
Enclosing class:
SQLDropStatement

public static interface SQLDropStatement.ExistsOrName extends SQLDropStatement.Name
The If Exists or Name part of building a SQLDropStatement
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets to include IF EXISTS in the statement

    Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLDropStatement.Name

    name
  • Method Details

    • ifExists

      Sets to include IF EXISTS in the statement
      Returns:
      this, to continue building