- All Implemented Interfaces:
- com.mchange.v2.c3p0.ConnectionTester, com.mchange.v2.c3p0.QueryConnectionTester, java.io.Serializable
public final class MysqlConnectionTester
extends java.lang.Object
implements com.mchange.v2.c3p0.QueryConnectionTester
ConnectionTester for C3P0 connection pool that uses the more efficient COM_PING method of testing connection 'liveness' for MySQL, and 'sorts' exceptions
based on SQLState or class of 'CommunicationsException' for handling exceptions.
- See Also:
- Serialized Form