Uses of Interface
com.mchange.v2.c3p0.C3P0ProxyConnection
-
Packages that use C3P0ProxyConnection Package Description com.mchange.v2.c3p0.impl com.mchange.v2.c3p0.util -
-
Uses of C3P0ProxyConnection in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement C3P0ProxyConnection Modifier and Type Class Description classAbstractNewProxyConnectionThis class was generated by com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$AbstractNewProxyConnectionGenerator.classNewProxyConnectionJdbc43FullclassNewProxyConnectionNoShardingKey -
Uses of C3P0ProxyConnection in com.mchange.v2.c3p0.util
Methods in com.mchange.v2.c3p0.util with parameters of type C3P0ProxyConnection Modifier and Type Method Description static booleanTestUtils. isPhysicalConnectionForProxy(java.sql.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.
-