Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/list/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
List OrientDB-如何更新记录中的列表项_List_Insert Update_Orientdb - Fatal编程技术网

List OrientDB-如何更新记录中的列表项

List OrientDB-如何更新记录中的列表项,list,insert-update,orientdb,List,Insert Update,Orientdb,节点类包含列表类型的属性“OutLinks”。如何更新特定节点实例的列表项 我正在使用RESTAPI。 RESTURI是 帖子正文包含 更新节点集OutLinks=List(#12:1,#12:0),其中@rid=#11:0 使用此命令,现有条目将被替换。是否有插入/追加/删除列表的方法使用命令,如: update #11:0 add OutLinks = #12:0 update #11:0 remove OutLinks = #12:0

节点类包含列表类型的属性“OutLinks”。如何更新特定节点实例的列表项 我正在使用RESTAPI。 RESTURI是 帖子正文包含 更新节点集OutLinks=List(#12:1,#12:0),其中@rid=#11:0 使用此命令,现有条目将被替换。是否有插入/追加/删除列表的方法使用命令,如:

update #11:0 add OutLinks = #12:0
update #11:0 remove OutLinks = #12:0