com.mchange.v2.c3p0.cfg.C3P0ConfigFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.c3p0
Show all versions of org.apache.servicemix.bundles.c3p0
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
package com.mchange.v2.c3p0.cfg;
import java.sql.SQLException;
public interface C3P0ConfigFinder
{
public C3P0Config findConfig() throws Exception;
}