insert_key_val_st.setString(4, val);
insert_key_val_st.executeUpdate();
} // end of for (String val: list)
}
} catch (SQLException e) {
throw new TigaseDBException("Error adding data list, user_id: " + user_id
+ ", subnode: " + subnode + ", key: " + key
+ ", uid: " + uid + ", nid: " + nid
+ ", list: " + Arrays.toString(list), e);
}
// cache.put(user_id+"/"+subnode+"/"+key, list);