public static ContentValues update(long blogId, long postId, long postRowId, Meta meta) { return update(blogId, postId, postRowId, meta.getId(), meta.getKey(), meta.getValue()); }
public static ContentValues insert(long blogId, long postId, long postRowId, Meta meta) { return insert(blogId, postId, postRowId, meta.getId(), meta.getKey(), meta.getValue()); }