Schnittstelle IOptionalDatabaseNameHolder
- Alle bekannten Unterschnittstellen:
IMutableOptionalDatabaseNameHolder
public interface IOptionalDatabaseNameHolder
A
IOptionalDatabaseNameHolder can have a database name.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getDatabaseName
String getDatabaseName()- Gibt zurück:
- the database name of the current
IOptionalDatabaseNameHolder. - Löst aus:
RuntimeException- if the currentIOptionalDatabaseNameHolderdoes not have a database name.
-
hasDatabaseName
boolean hasDatabaseName()- Gibt zurück:
- true if the current
IOptionalDatabaseNameHolderhas a database name, false otherwise.
-