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

com.mchange.v2.c3p0.impl.ConnectionTestPath Maven / Gradle / Ivy

There is a newer version: 0.9.5.5_1
Show newest version
package com.mchange.v2.c3p0.impl;

import java.sql.Connection;
import javax.sql.PooledConnection;

interface ConnectionTestPath
{
    // if proxyConn is provided, just test it.
    // if not, we have to get a proxy Connection from the PooledConnection,
    // then be sure to close() or detach the proxy
    public void testPooledConnection(PooledConnection pc, Connection proxyConn) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy