getID: Internal IDs

Description Usage Arguments Value Examples

Description

Retrieve the internal ID of a node or relationship object.

Usage

1
getID(entity)

Arguments

entity

A node or relationship object.

Value

An integer.

Examples

1
2
3
4
5
6
7
8
## Not run: 
graph = startGraph("http://localhost:7474/db/data/")
clear(graph)

alice = createNode(graph, "Person", name = "Alice")
getID(alice)

## End(Not run)

nicolewhite/RNeo4j documentation built on May 23, 2019, 5:09 p.m.