Uses of Interface
com.mchange.v2.c3p0.C3P0ProxyConnection
Packages that use C3P0ProxyConnection
-
Uses of C3P0ProxyConnection in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement C3P0ProxyConnectionModifier and TypeClassDescriptionclassThis class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$AbstractNewProxyConnectionGenerator.final classfinal class -
Uses of C3P0ProxyConnection in com.mchange.v2.c3p0.util
Methods in com.mchange.v2.c3p0.util with parameters of type C3P0ProxyConnectionModifier and TypeMethodDescriptionstatic booleanTestUtils.isPhysicalConnectionForProxy(Connection physicalConnection, C3P0ProxyConnection proxy) static intTestUtils.physicalConnectionIdentityHashCode(C3P0ProxyConnection conn) static booleanTestUtils.samePhysicalConnection(C3P0ProxyConnection con1, C3P0ProxyConnection con2) In general, if this method returns true for two distinct C3P0ProxyConnections, it indicates a c3p0 bug.