Interface Database.DatabaseNameOrUsername
- All Superinterfaces:
Database.Username
- All Known Subinterfaces:
Database.PortOrDatabaseNameOrUsername
- All Known Implementing Classes:
Database.DatabaseBuilder
- Enclosing class:
- Database
The host database name or username part of building a
Database
-
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.Database.Username
username
-
Method Details
-
databaseName
- Parameters:
databaseName
- The MySQL host database name- Returns:
- this, to continue building
-