![JAR search and dependency download from the Maven repository](/logo.png)
org.protege.osgi.jdbc.JdbcRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontop-protege Show documentation
Show all versions of ontop-protege Show documentation
Ontop OBDA plugin for protégé
package org.protege.osgi.jdbc;
import java.net.URL;
import java.sql.Driver;
import java.util.Collection;
public interface JdbcRegistry {
void addJdbcDriver(String className, URL location) throws RegistryException;
void removeJdbcDriver(String className);
Collection getJdbcDrivers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy