Package com.atlassian.confluence.util.db
Class DatabaseUtils
java.lang.Object
com.atlassian.confluence.util.db.DatabaseUtils
This class contains database related utilities.
- Since:
- 5.9.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the currently used evaluation database or empty if using a production database.evaluationDatabaseName
(BootstrapManager bootstrapManager) Returns the name of the currently used evaluation database or empty if using a production database.
-
Method Details
-
evaluationDatabaseName
Returns the name of the currently used evaluation database or empty if using a production database.- Returns:
- name of the currently used evaluation database
-
evaluationDatabaseName
Returns the name of the currently used evaluation database or empty if using a production database.- Parameters:
bootstrapManager
- the BootstrapManager- Returns:
- name of the currently used evaluation database
-