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 Details

    • getDatabaseUrl

      String getDatabaseUrl(ConfluenceDatabaseDetails databaseDetails)
      Constructs the database url.
      Parameters:
      databaseDetails - - an instance of ConfluenceDatabaseDetails
      Returns:
      the database url for JDBC connection.