248249250251252253254255256
} catch (SQLException e) { stmt.close(); throw e; } } catch (SQLException e) { throw new RdbmsException(e); } }