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