Interface Database.Username

All Known Subinterfaces:
Database.DatabaseNameOrUsername, Database.PortOrDatabaseNameOrUsername
All Known Implementing Classes:
Database.DatabaseBuilder
Enclosing class:
Database

public static interface Database.Username
The username part of building a Database
  • Method Details

    • username

      Database.Password username(String username)
      Parameters:
      username - The MySQL username for connecting to the database
      Returns:
      this, to continue building