| Package | Description |
|---|---|
| com.graphdbapi.driver |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseItem<Edge>> |
Graph.updateEdges(List<EdgeInfo> list)
批量更新边。通过边id更新边。
结果按传入顺序构成集合,集合中包含更新后的边信息和错误信息。通过
ResponseItem.isError()方法判断操作是否失败。 |
Copyright © 2024. All rights reserved.