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

eu.ginere.base.web.connectors.jdbc.JDBCConnectorInterface Maven / Gradle / Ivy

package eu.ginere.base.web.connectors.jdbc;

public interface JDBCConnectorInterface {

	public void setJniDataSource(String jniName) throws Exception ;

	public boolean testConnection() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy