Package com.atlassian.confluence.setup
Interface JDBCUrlBuilder
- All Known Implementing Classes:
MySQLJDBCUrlBuilder,OracleJDBCUrlBuilder,PostgreSQLJDBCUrlBuilder,SQLServerJDBCUrlBuilder
@Internal
public interface JDBCUrlBuilder
Defines the method to get the database url give the connection details.
- Since:
- 6.5
-
Method Summary
Modifier and TypeMethodDescriptiongetDatabaseUrl(ConfluenceDatabaseDetails databaseDetails) Constructs the database url.
-
Method Details
-
getDatabaseUrl
Constructs the database url.- Parameters:
databaseDetails- - an instance of ConfluenceDatabaseDetails- Returns:
- the database url for JDBC connection.
-