All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protege.osgi.jdbc.JdbcRegistry Maven / Gradle / Ivy

There is a newer version: 5.2.1.1
Show newest version
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