Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
EdgeCursor<PlainEdgeEntity> |
ArangoDriver.graphGetEdgeCursor(String graphName)
Returns all Edges of a graph, each edge as a PlainEdgeEntity.
|
CursorEntity<PlainEdgeEntity> |
ArangoDriver.graphGetEdges(String graphName)
Deprecated.
As of release 2.5.4, replaced by
ArangoDriver.graphGetEdgeCursor(String, Class, Object, GraphEdgesOptions, AqlQueryOptions) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.