public class JdbcRegistryImpl extends Object implements JdbcRegistry
| Constructor and Description |
|---|
JdbcRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJdbcDriver(String className,
URL location) |
List<Driver> |
getJdbcDrivers() |
void |
removeJdbcDriver(String className) |
public void addJdbcDriver(String className, URL location) throws RegistryException
addJdbcDriver in interface JdbcRegistryRegistryExceptionpublic void removeJdbcDriver(String className)
removeJdbcDriver in interface JdbcRegistrypublic List<Driver> getJdbcDrivers()
getJdbcDrivers in interface JdbcRegistryCopyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.