| Modifier and Type | Method and Description |
|---|---|
Node |
label(String label)
JCYPHER
set a label to match or create nodes with that label
e.g.
|
Relation |
relation()
JCYPHER
match or create (depends on the clause) relations connected to the node
e.g.
|
Relation |
relation(JcRelation relation)
JCYPHER
match or create (depends on the clause) relations connected to the node,
make them accessible by a JcRelation element later on in the query e.g.
|
public Relation relation()
public Relation relation(JcRelation relation)
Copyright © 2016. All rights reserved.