public class MERGE extends Object
| Constructor and Description |
|---|
MERGE() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
node()
JCYPHER
merge (match or create if not exists) a node
e.g.
|
static Node |
node(JcNode jcNode)
JCYPHER
merge (match or create if not exists) a node, make it accessible by a JcNode element later on in the query
e.g.
|
static Relation |
relation()
JCYPHER
merge (match or create if not exists) a relation
e.g.
|
static Relation |
relation(JcRelation relation)
JCYPHER
merge (match or create if not exists) a relation, make it accessible by a JcRelation element later on in the query
e.g.
|
public static Node node()
public static Node node(JcNode jcNode)
public static Relation relation()
public static Relation relation(JcRelation relation)
Copyright © 2016. All rights reserved.