Interface IMutableOptionalDatabaseNameHolder
- All Superinterfaces:
IOptionalDatabaseNameHolder
A
IMutableOptionalDatabaseNameHolder is a
IOptionalDatabaseNameHolder whose database name can be set and
removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the database name of the currentIMutableOptionalDatabaseNameHolder.voidsetDatabaseName(String databaseName) Sets the database name of the currentIMutableOptionalDatabaseNameHolder.Methods inherited from interface IOptionalDatabaseNameHolder
getDatabaseName, hasDatabaseName
-
Method Details
-
removeDatabaseName
void removeDatabaseName()Removes the database name of the currentIMutableOptionalDatabaseNameHolder. -
setDatabaseName
Sets the database name of the currentIMutableOptionalDatabaseNameHolder.- Parameters:
databaseName-- Throws:
RuntimeException- if the given databaseName is null or blank.
-