| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.modify | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.values |
| Modifier and Type | Method and Description |
|---|---|
DoConcat |
Do.REMOVE(JcLabel label)
JCYPHER
remove a label from a node in the DO part of a FOREACH expression
e.g. ...
|
DoConcat |
Do.SET(JcLabel label)
JCYPHER
set a label of a node in the DO part of a FOREACH expression
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyTerminal |
ModifyFactory.removeLabel(JcLabel label) |
static ModifyTerminal |
ModifyFactory.setLabel(JcLabel label) |
| Modifier and Type | Method and Description |
|---|---|
static ModifyTerminal |
ON_MATCH.REMOVE(JcLabel label)
JCYPHER
remove a label from a node in an ON_MATCH clause
e.g. ...
|
static ModifyTerminal |
ON_CREATE.REMOVE(JcLabel label)
JCYPHER
remove a label from a node in an ON_CREATE clause
e.g. ...
|
static ModifyTerminal |
DO.REMOVE(JcLabel label)
JCYPHER
remove a label from a node in a DO clause
e.g. ...
|
static ModifyTerminal |
ON_MATCH.SET(JcLabel label)
JCYPHER
set a label of a node in an ON_MATCH clause
e.g. ...
|
static ModifyTerminal |
ON_CREATE.SET(JcLabel label)
JCYPHER
set a label of a node in an ON_CREATE clause
e.g. ...
|
static ModifyTerminal |
DO.SET(JcLabel label)
JCYPHER
set a label of a node in a DO clause
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
JcLabel |
JcNode.label(String label)
JCYPHER
access a label of a node
|
JcLabel |
JcLabel.label(String label)
JCYPHER
access a label of a node
|
Copyright © 2016. All rights reserved.