public abstract class RelationalServiceInfo extends UriBasedServiceInfo
ServiceInfo.ServiceLabel, ServiceInfo.ServiceProperty
Modifier and Type | Field and Description |
---|---|
static String |
JDBC_PREFIX |
protected String |
jdbcUrl |
protected String |
jdbcUrlDatabaseType |
id
Constructor and Description |
---|
RelationalServiceInfo(String id,
String uriString,
String jdbcUrlDatabaseType) |
RelationalServiceInfo(String id,
String uriString,
String jdbcUrl,
String jdbcUrlDatabaseType) |
Modifier and Type | Method and Description |
---|---|
protected String |
buildJdbcUrl() |
String |
getJdbcUrl() |
getHost, getPassword, getPath, getPort, getQuery, getScheme, getSchemeSpecificPart, getUri, getUriInfo, getUriInfoFactory, getUserName, toString, validateAndCleanUriInfo
getId
public static final String JDBC_PREFIX
protected final String jdbcUrl
protected final String jdbcUrlDatabaseType