153154155156157158159160
{ sqlControl.processStatementsForConnection(mconn); // Process all waiting batched statements before we start our work } catch (SQLException e) { throw new MappedDatastoreException("SQLException", e); } }
8384858687888990
sqlControl.closeStatement(conn, ps); } } catch (SQLException e) { throw new MappedDatastoreException(getAddStmt(setStore), e); } }
163164165166167168169170
sqlControl.closeStatement(conn, ps); } } catch (SQLException e) { throw new MappedDatastoreException("SQLException", e); } }
177178179180181182183184
{ sqlControl.processStatementsForConnection(mconn); } catch (SQLException e) { throw new MappedDatastoreException("SQLException", e); } }
716717718719720721722723
} } catch (SQLException sqle) { String stmt = getShiftStmt(ecs); throw new MappedDatastoreException(stmt, sqle); } }