public class SqlServerJdbcUrlCreator extends AbstractJdbcUrlCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
SQLSERVER_LABEL |
static String |
SQLSERVER_SCHEME |
JDBC_PREFIX| Constructor and Description |
|---|
SqlServerJdbcUrlCreator() |
| 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 SQLSERVER_SCHEME
public static final String SQLSERVER_LABEL
public String buildJdbcUrlFromUriField(io.pivotal.cfenv.core.CfCredentials cfCredentials)
buildJdbcUrlFromUriField in class AbstractJdbcUrlCreatorpublic 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()