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

com.mchange.v2.c3p0.QueryConnectionTester Maven / Gradle / Ivy

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