com.mchange.v2.c3p0

Interface QueryConnectionTester

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

public interface QueryConnectionTester
extends ConnectionTester

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

CONNECTION_IS_INVALID, CONNECTION_IS_OKAY, DATABASE_IS_INVALID

Method Summary

int
activeCheckConnection(Connection c, String preferredTestQuery)

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

activeCheckConnection, equals, hashCode, statusOnException

Method Details

activeCheckConnection

public int activeCheckConnection(Connection c,
                                 String preferredTestQuery)