@Override
 protected void rollbackInternal() throws SailException {
   try {
     triples.rollback();
   } catch (SQLException e) {
     throw new RdbmsException(e);
   } finally {
     unlock();
   }
 }