Uses of Interface
com.mchange.v2.c3p0.ConnectionTester
Packages that use ConnectionTester
Package
Description
-
Uses of ConnectionTester in com.mchange.v2.c3p0
Subinterfaces of ConnectionTester in com.mchange.v2.c3p0Modifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceHaving expanded the once-simple ConnectionTester interface to support both user-specified queries and return of root cause Exceptions (via an out-param), this interface has grown unnecessarily complex.Classes in com.mchange.v2.c3p0 that implement ConnectionTesterModifier and TypeClassDescriptionclassHaving expanded the once-simple ConnectionTester interface to support both user-specified queries and return of root cause Exceptions (via an out-param), this interface has grown unnecessarily complex.Methods in com.mchange.v2.c3p0 that return ConnectionTesterModifier and TypeMethodDescriptionstatic ConnectionTesterC3P0Registry.getConnectionTester(String className) -
Uses of ConnectionTester in com.mchange.v2.c3p0.example
Classes in com.mchange.v2.c3p0.example that implement ConnectionTester -
Uses of ConnectionTester in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement ConnectionTesterConstructors in com.mchange.v2.c3p0.impl with parameters of type ConnectionTesterModifierConstructorDescriptionNewPooledConnection(Connection con, ConnectionTester connectionTester, int connectionIsValidTimeout, boolean autoCommitOnClose, boolean forceIgnoreUnresolvedTransactions, boolean cancelAutomaticallyClosedStatements, String preferredTestQuery, ConnectionCustomizer cc, String pdsIdt) -
Uses of ConnectionTester in com.mchange.v2.c3p0.util
Classes in com.mchange.v2.c3p0.util that implement ConnectionTester