Package io.pivotal.cfenv.jdbc
Class SqlServerJdbcUrlCreator
java.lang.Object
io.pivotal.cfenv.jdbc.AbstractJdbcUrlCreator
io.pivotal.cfenv.jdbc.SqlServerJdbcUrlCreator
- All Implemented Interfaces:
JdbcUrlCreator
- Author:
- Mark Pollack
-
Field Summary
FieldsFields inherited from class io.pivotal.cfenv.jdbc.AbstractJdbcUrlCreator
JDBC_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildJdbcUrlFromUriField(io.pivotal.cfenv.core.CfCredentials cfCredentials) booleanisDatabaseService(io.pivotal.cfenv.core.CfService cfService) Identifies the provided service as a database serviceMethods inherited from class io.pivotal.cfenv.jdbc.AbstractJdbcUrlCreator
createJdbcUrl, jdbcUrlMatchesScheme
-
Field Details
-
SQLSERVER_SCHEME
- See Also:
-
SQLSERVER_LABEL
- See Also:
-
-
Constructor Details
-
SqlServerJdbcUrlCreator
public SqlServerJdbcUrlCreator()
-
-
Method Details
-
buildJdbcUrlFromUriField
- Specified by:
buildJdbcUrlFromUriFieldin classAbstractJdbcUrlCreator
-
isDatabaseService
public boolean isDatabaseService(io.pivotal.cfenv.core.CfService cfService) Description copied from interface:JdbcUrlCreatorIdentifies the provided service as a database service- Parameters:
cfService- a Cloud Foundry service- Returns:
trueif the service describes a database service,falseotherwise.
-
getDriverClassName
-