com.mchange.v2.c3p0
Interface QueryConnectionTester

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

public interface QueryConnectionTester
extends ConnectionTester


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

Method Detail

activeCheckConnection

int activeCheckConnection(java.sql.Connection c,
                          java.lang.String preferredTestQuery)