Class SqlServerMicrosoftDriverUrlParser
java.lang.Object
com.atlassian.jira.config.database.jdbcurlparser.SqlServerMicrosoftDriverUrlParser
- All Implemented Interfaces:
JdbcUrlParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the JDBC URL for this DB config.parseNewFormat(String jdbcUrl) protected StringremoveProtocolPrefix(String jdbcUrl)
-
Constructor Details
-
SqlServerMicrosoftDriverUrlParser
public SqlServerMicrosoftDriverUrlParser()
-
-
Method Details
-
getUrl
Description copied from interface:JdbcUrlParserReturns the JDBC URL for this DB config.- Parameters:
hostname- the hostnameport- the TCP/IP port numberinstance- the DB "instance"- Returns:
- the JDBC URL for this DB config.
-
parseUrl
- Throws:
ParseException
-
parseNewFormat
- Throws:
ParseException
-
getProtocolPrefix
- Throws:
ParseException
-
removeProtocolPrefix
- Throws:
ParseException
-