public class CREATE_UNIQUE extends Object
| Constructor and Description |
|---|
CREATE_UNIQUE() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
node()
JCYPHER
create a node
e.g.
|
static Node |
node(JcNode jcNode)
JCYPHER
create a node, make it 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
create a relation
e.g.
|
static Relation |
relation(JcRelation relation)
JCYPHER
create 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.