|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Constructors in to.etc.dbpool with parameters of type ConnectionProxy | |
---|---|
CallableStatementProxy(ConnectionProxy c,
java.sql.CallableStatement st,
java.lang.String sql)
|
|
PreparedStatementProxy(ConnectionProxy c,
java.sql.PreparedStatement st,
java.lang.String sql)
|
|
StatementProxy(ConnectionProxy c,
java.sql.Statement st,
java.lang.String sql)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |