Interface ExtraBuilder
public interface ExtraBuilder
Builder for attributes on an extra database.
-
Method Summary
Modifier and TypeMethodDescriptionSet the database name.extensions(String extensions) Set the extensions.initSqlFile(String initSqlFile) Set the initSqlFile.Set the password.seedSqlFile(String seedSqlFile) Set the seedSqlFile.Set the username.
-
Method Details
-
dbName
Set the database name. -
extensions
Set the extensions. -
username
Set the username. -
password
Set the password. -
initSqlFile
Set the initSqlFile. -
seedSqlFile
Set the seedSqlFile.
-