Uses of Class
to.etc.dbpool.ConnectionProxy

Packages that use ConnectionProxy
to.etc.dbpool   
 

Uses of ConnectionProxy in to.etc.dbpool
 

Methods in to.etc.dbpool that return ConnectionProxy
protected  ConnectionProxy StatementProxy._conn()
           
 

Methods in to.etc.dbpool that return types with arguments of type ConnectionProxy
 java.util.List<ConnectionProxy> PoolStats.getCurrentlyHangingConnections()
           
 java.util.List<ConnectionProxy> ConnectionPool.getUsedConnections()
          Get a list of all ConnextionProxy's currently in use.
 

Methods in to.etc.dbpool with parameters of type ConnectionProxy
static void DbPoolUtil.printTracepoints(IPrinter p, ConnectionProxy pc, boolean full)
          Print all tracepoints as a timestamp-since followed by a filtered stack trace.