Uses of Interface
com.mchange.v2.c3p0.ConnectionTester
-
Packages that use ConnectionTester Package Description com.mchange.v2.c3p0 com.mchange.v2.c3p0.example com.mchange.v2.c3p0.impl com.mchange.v2.c3p0.util -
-
Uses of ConnectionTester in com.mchange.v2.c3p0
Subinterfaces of ConnectionTester in com.mchange.v2.c3p0 Modifier and Type Interface Description interfaceFullQueryConnectionTesterinterfaceQueryConnectionTesterinterfaceUnifiedConnectionTesterHaving 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 ConnectionTester 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.Methods in com.mchange.v2.c3p0 that return ConnectionTester Modifier and Type Method Description static ConnectionTesterC3P0Registry. getConnectionTester(java.lang.String className) -
Uses of ConnectionTester in com.mchange.v2.c3p0.example
Classes in com.mchange.v2.c3p0.example that implement ConnectionTester Modifier and Type Class Description classIsValidOnlyConnectionTester30 -
Uses of ConnectionTester in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement ConnectionTester Modifier and Type Class Description classDefaultConnectionTesterConstructors in com.mchange.v2.c3p0.impl with parameters of type ConnectionTester Constructor Description NewPooledConnection(java.sql.Connection con, ConnectionTester connectionTester, int connectionIsValidTimeout, boolean autoCommitOnClose, boolean forceIgnoreUnresolvedTransactions, boolean cancelAutomaticallyClosedStatements, java.lang.String preferredTestQuery, ConnectionCustomizer cc, java.lang.String pdsIdt) -
Uses of ConnectionTester in com.mchange.v2.c3p0.util
Classes in com.mchange.v2.c3p0.util that implement ConnectionTester Modifier and Type Class Description classIsValidOnlyConnectionTester
-