public class OPTIONAL_MATCH extends Object
| Constructor and Description |
|---|
OPTIONAL_MATCH() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
node()
JCYPHER
match nodes
e.g.
|
static Node |
node(JcNode node)
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
|
static Path |
path(JcPath path)
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
|
static Relation |
relation()
JCYPHER
match relations
e.g.
|
static Relation |
relation(JcRelation relation)
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
|
public static Node node()
public static Node node(JcNode node)
public static Relation relation()
public static Relation relation(JcRelation relation)
Copyright © 2016. All rights reserved.