com.mchange.v2.c3p0

Interface FullQueryConnectionTester

All Superinterfaces:
ConnectionTester, QueryConnectionTester, Serializable
Known Subinterfaces:
UnifiedConnectionTester
Known Implementing Classes:
AbstractConnectionTester

public interface FullQueryConnectionTester
extends QueryConnectionTester

Fields inherited from interface com.mchange.v2.c3p0.ConnectionTester

CONNECTION_IS_INVALID, CONNECTION_IS_OKAY, DATABASE_IS_INVALID

Method Summary

int
statusOnException(Connection c, Throwable t, String preferredTestQuery)

Methods inherited from interface com.mchange.v2.c3p0.ConnectionTester

activeCheckConnection, equals, hashCode, statusOnException

Methods inherited from interface com.mchange.v2.c3p0.QueryConnectionTester

activeCheckConnection

Method Details

statusOnException

public int statusOnException(Connection c,
                             Throwable t,
                             String preferredTestQuery)