Uses of Interface
com.mchange.v2.c3p0.UnifiedConnectionTester
-
Packages that use UnifiedConnectionTester Package Description com.mchange.v2.c3p0 com.mchange.v2.c3p0.example com.mchange.v2.c3p0.impl com.mchange.v2.c3p0.util -
-
Uses of UnifiedConnectionTester in com.mchange.v2.c3p0
Classes in com.mchange.v2.c3p0 that implement UnifiedConnectionTester Modifier and Type Class Description classAbstractConnectionTesterHaving 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. -
Uses of UnifiedConnectionTester in com.mchange.v2.c3p0.example
Classes in com.mchange.v2.c3p0.example that implement UnifiedConnectionTester Modifier and Type Class Description classIsValidOnlyConnectionTester30 -
Uses of UnifiedConnectionTester in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement UnifiedConnectionTester Modifier and Type Class Description classDefaultConnectionTester -
Uses of UnifiedConnectionTester in com.mchange.v2.c3p0.util
Classes in com.mchange.v2.c3p0.util that implement UnifiedConnectionTester Modifier and Type Class Description classIsValidOnlyConnectionTester
-