public class JDBCUrlParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SPATIAL_DATASOURCE_ENDSWITH
If the property value of
DataSourceFactory.OSGI_JDBC_DRIVER_NAME ends with SPATIAL_DATASOURCE_ENDSWITH
then it is the wrapped spatial version of a DataSourceFactory |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
parse(String jdbcUrl)
Convert JDBC URL into JDBC Connection properties
|
public static final String SPATIAL_DATASOURCE_ENDSWITH
DataSourceFactory.OSGI_JDBC_DRIVER_NAME ends with SPATIAL_DATASOURCE_ENDSWITH
then it is the wrapped spatial version of a DataSourceFactorypublic static Properties parse(String jdbcUrl) throws IllegalArgumentException
jdbcUrl - JDBC connection pathDataSourceFactory.JDBC_URLIllegalArgumentException - Argument is not a valid JDBC connection URL or cannot be parsed by this classCopyright © 2019 CNRS. All rights reserved.