| Modifier and Type | Method and Description |
|---|---|
List<GrRelation> |
JcQueryResult.resultOf(JcRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
XFactory.relation(JcRelation jcRelation) |
Relation |
Node.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.
|
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
SFactory.relation(JcRelation relation) |
| Constructor and Description |
|---|
PatternRelation(JcRelation jcRelation) |
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
START.relation(JcRelation relation)
JCYPHER
select the relation(s) to be the starting point(s)
e.g.
|
static Relation |
OPTIONAL_MATCH.relation(JcRelation relation)
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
|
static Relation |
MERGE.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.
|
static Relation |
MATCH.relation(JcRelation relation)
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
|
static Relation |
CREATE_UNIQUE.relation(JcRelation relation)
JCYPHER
create a relation, make it accessible by a JcRelation element later on in the query
e.g.
|
static Relation |
CREATE.relation(JcRelation relation)
JCYPHER
create a relation, make it accessible by a JcRelation element later on in the query
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Relation |
X.relation(JcRelation relation)
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrRelation> |
ResultHandler.getRelations(JcRelation relation) |
Copyright © 2016. All rights reserved.