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)
JdbcUrlParsergetUrl in interface JdbcUrlParserhostname - the hostnameport - the TCP/IP port numberinstance - the DB "instance"public DatabaseInstance parseUrl(String jdbcUrl) throws ParseException
parseUrl in interface JdbcUrlParserParseExceptionCopyright © 2002-2017 Atlassian. All Rights Reserved.