Interface SQLCreateStatement.DatabaseName

All Known Subinterfaces:
SQLCreateStatement.ExistsOrDatabaseName
All Known Implementing Classes:
SQLCreateStatement.SQLCreateStatementBuilder
Enclosing class:
SQLCreateStatement

public static interface SQLCreateStatement.DatabaseName
The database name part of building a SQLCreateStatement
  • Method Details

    • databaseName

      SQLCreateStatement.Build databaseName(String databaseName)
      Parameters:
      databaseName - The name of the database to be created
      Returns:
      this, to continue building