Interface SQLCreateStatement.ExistsOrDatabaseName

All Superinterfaces:
SQLCreateStatement.DatabaseName
All Known Implementing Classes:
SQLCreateStatement.SQLCreateStatementBuilder
Enclosing class:
SQLCreateStatement

public static interface SQLCreateStatement.ExistsOrDatabaseName extends SQLCreateStatement.DatabaseName
The If Not Exists of Database name part of building a SQLCreateStatement
  • Method Details

    • ifDatabaseNotExists

      SQLCreateStatement.DatabaseName ifDatabaseNotExists()
      Set to add ifNotExists to the create statement
      Returns:
      this, to continue building