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