279280281282283284285286287288289
return false; } } } catch(SQLException se) { throw new CatalogException(se); } finally { CatalogUtil.closeQuietly(res); } return true;