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