iw.println( this.countCachedStatements() );
iw.print("num cached statements in use: ");
iw.println( checkedOut.size() );
iw.print("num connections with cached statements: ");
iw.println(cxnStmtMgr.getNumConnectionsWithCachedStatements());
iw.downIndent();
iw.println("cached statement dump:");
iw.upIndent();
for (Iterator ii = cxnStmtMgr.connectionSet().iterator(); ii.hasNext();)
{
Connection pcon = (Connection) ii.next();