public class OracleJdbcUrlCreator extends AbstractJdbcUrlCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
ORACLE_LABEL |
static String |
ORACLE_SCHEME |
JDBC_PREFIX| Constructor and Description |
|---|
OracleJdbcUrlCreator() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildJdbcUrlFromUriField(io.pivotal.cfenv.core.CfCredentials cfCredentials) |
String |
getDriverClassName() |
boolean |
isDatabaseService(io.pivotal.cfenv.core.CfService cfService)
Identifies the provided service as a database service
|
createJdbcUrl, jdbcUrlMatchesSchemepublic static final String ORACLE_SCHEME
public static final String ORACLE_LABEL
public boolean isDatabaseService(io.pivotal.cfenv.core.CfService cfService)
JdbcUrlCreatorcfService - a Cloud Foundry servicetrue if the service describes a database service, false
otherwise.public String getDriverClassName()
public String buildJdbcUrlFromUriField(io.pivotal.cfenv.core.CfCredentials cfCredentials)
buildJdbcUrlFromUriField in class AbstractJdbcUrlCreator