Uses of Class
com.caucho.sql.ManagedConnectionImpl

Packages that use ManagedConnectionImpl
com.caucho.sql   
 

Uses of ManagedConnectionImpl in com.caucho.sql
 

Methods in com.caucho.sql that return ManagedConnectionImpl
 ManagedConnectionImpl UserConnection.getMConn()
          Returns the underlying connection.
 

Methods in com.caucho.sql with parameters of type ManagedConnectionImpl
 void DBPool.markForPoolRemoval(ManagedConnectionImpl mConn)