public class OracleUrlParser extends Object implements JdbcUrlParser
Constructor and Description |
---|
OracleUrlParser() |
Modifier and Type | Method and Description |
---|---|
String |
getUrl(String hostname,
String port,
String instance)
Returns the JDBC URL for this DB config.
|
DatabaseInstance |
parseUrl(String jdbcUrl) |
public String getUrl(String hostname, String port, String instance)
JdbcUrlParser
getUrl
in interface JdbcUrlParser
hostname
- the hostnameport
- the TCP/IP port numberinstance
- the DB "instance"public DatabaseInstance parseUrl(String jdbcUrl) throws ParseException
parseUrl
in interface JdbcUrlParser
ParseException
Copyright © 2002-2017 Atlassian. All Rights Reserved.