com.mchange.v2.c3p0
Interface FullQueryConnectionTester

All Superinterfaces:
ConnectionTester, QueryConnectionTester, java.io.Serializable
All Known Subinterfaces:
UnifiedConnectionTester
All Known Implementing Classes:
AbstractConnectionTester, DefaultConnectionTester

public interface FullQueryConnectionTester
extends QueryConnectionTester


Field Summary
 
Fields inherited from interface com.mchange.v2.c3p0.ConnectionTester
CONNECTION_IS_INVALID, CONNECTION_IS_OKAY, DATABASE_IS_INVALID
 
Method Summary
 int statusOnException(java.sql.Connection c, java.lang.Throwable t, java.lang.String preferredTestQuery)
           
 
Methods inherited from interface com.mchange.v2.c3p0.QueryConnectionTester
activeCheckConnection
 
Methods inherited from interface com.mchange.v2.c3p0.ConnectionTester
activeCheckConnection, equals, hashCode, statusOnException
 

Method Detail

statusOnException

int statusOnException(java.sql.Connection c,
                      java.lang.Throwable t,
                      java.lang.String preferredTestQuery)