194195196197198199200201202203204
outputter.output(rs); nrows++; } } catch (SQLException ex) { throw new ExternalRoutineInvocationException(invocation.getRoutineName(), ex); } finally { try { rs.close(); }