public class JdbcUrlGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JDBC_DRIVER_NAME |
| Constructor and Description |
|---|
JdbcUrlGenerator(String providedJdbcUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJdbcUrl(SeriesDefinition seriesDefinition)
Returns either the provided value (
_providedJdbdUrl)
or a CSV JDBC URL pointing at SeriesDefinition.getSeriesDirectory() value. |
String |
toString() |
public static final String DEFAULT_JDBC_DRIVER_NAME
public JdbcUrlGenerator(String providedJdbcUrl)
providedJdbcUrl - the JDBC URL. Provide null if the value should be
inferred.public String getJdbcUrl(SeriesDefinition seriesDefinition)
_providedJdbdUrl)
or a CSV JDBC URL pointing at SeriesDefinition.getSeriesDirectory() value.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.