| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.modify | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
Set<DoConcat> |
Do.SET(JcProperty property)
JCYPHER
set a property of a node or relation in the DO part of a FOREACH expression
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ModifyTerminal> |
ModifyFactory.setPropertyInDO(JcProperty jcProperty) |
static Set<DoConcat> |
ModifyFactory.setPropertyInFOREACH(JcProperty jcProperty,
DoConcat connector) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ModifyTerminal> |
ON_MATCH.SET(JcProperty property)
JCYPHER
set a property of a node or relation in an ON_MATCH clause
e.g. ...
|
static Set<ModifyTerminal> |
ON_CREATE.SET(JcProperty property)
JCYPHER
set a property of a node or relation in an ON_CREATE clause
e.g. ...
|
static Set<ModifyTerminal> |
DO.SET(JcProperty property)
JCYPHER
set a property of a node or relation in a DO clause
e.g. ...
|
Copyright © 2016. All rights reserved.