public abstract class AbstractJdbcUrlCreator extends Object implements JdbcUrlCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
JDBC_PREFIX |
| Constructor and Description |
|---|
AbstractJdbcUrlCreator() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
buildJdbcUrlFromUriField(CfCredentials cfCredentials) |
String |
createJdbcUrl(CfService cfService) |
protected boolean |
jdbcUrlMatchesScheme(CfService cfService,
String... uriSchemes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDriverClassName, isDatabaseServicepublic static final String JDBC_PREFIX
protected boolean jdbcUrlMatchesScheme(CfService cfService, String... uriSchemes)
public String createJdbcUrl(CfService cfService)
createJdbcUrl in interface JdbcUrlCreatorpublic abstract String buildJdbcUrlFromUriField(CfCredentials cfCredentials)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.