144145146147148149150151152153154
fail(e2); } fail(e); } finally { try { c.free(); } catch (Exception e3) { //fail(e3); } } return msgs;
168169170171172173174175176177178
fail("connection error in flush: " + name); } catch (Exception e) { try { c.rollback(); } catch (Exception e2) { fail(e2);} fail(e); } finally { try { c.free(); } catch (Exception e3) { } } return 0; } public static int flushNotNew(String name) {
189190191192193194195196197198199
fail("connection error in flush: " + name); } catch (Exception e) { try { c.rollback(); } catch (Exception e2) { fail(e2);} fail(e); } finally { try { c.free(); } catch (Exception e3) { } } return 0; } private static String qmarks(int count) {