mirror of https://gitee.com/bigwinds/arangodb
831 B
831 B
Handling Edges
@NAVIGATE_HandlingEdges @EMBEDTOC{HandlingEdgesTOC}
Edges, Identifiers, Handles
This is an introduction to ArangoDB's interface for edges and how to handle edges from the JavaScript shell @LIT{arangosh}. For other languages see the corresponding language API.
@copydoc GlossaryEdge
@copydoc GlossaryEdgeCollection
@CLEARPAGE Working with Edges
@anchor HandlingEdgesCreate @copydetails SaveEdgeCol
@CLEARPAGE @anchor HandlingEdgesEdges @copydetails JS_EdgesQuery
@CLEARPAGE @anchor HandlingEdgesInEdges @copydetails JS_InEdgesQuery
@CLEARPAGE @anchor HandlingEdgesOutEdges @copydetails JS_OutEdgesQuery
@BNAVIGATE_HandlingEdges