
com.mchange.v2.c3p0.QueryConnectionTester 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;
import java.sql.Connection;
public interface QueryConnectionTester extends ConnectionTester
{
public int activeCheckConnection(Connection c, String preferredTestQuery);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy