568569570571572573574575576577578
sp.setSchema(schema); rs.close(); } catch(SQLException sqlEx) { throw new UnsupportedStoredProcedureAPINameException(sqlEx); } finally { DAOUtil.closeResultSet(rs); }
664665666667668669670671672673674