| Package | Description |
|---|---|
| iot.jcypher.query.api.start | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
SFactory.node(JcNode node) |
static SNodeOrRelation |
SFactory.relation(JcRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
START.node(JcNode node)
JCYPHER
select the node(s) to be the starting point(s)
e.g.
|
static SNodeOrRelation |
START.relation(JcRelation relation)
JCYPHER
select the relation(s) to be the starting point(s)
e.g.
|
Copyright © 2016. All rights reserved.