com.mchange.v2.c3p0.impl.IsValidSimplifiedConnectionTestPath~ 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.impl;
import java.util.LinkedList;
import java.sql.Connection;
import java.sql.SQLException;
import javax.sql.PooledConnection;
import com.mchange.v1.db.sql.ConnectionUtils;
import com.mchange.v2.sql.SqlUtils;
import com.mchange.v2.c3p0.*;
import com.mchange.v2.c3p0.stmt.*;
import com.mchange.v2.log.*;
import com.mchange.v2.resourcepool.*;
final class IsValidSimplifiedConnectionTestPath implements ConnectionTestPath
{
private final int isValidTimeout;
IsValidSimplifiedConnectionTestPath( int isValidTimeout )
{ this.isValidTimeout = isValidTimeout; }
}