| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.modify |
| Modifier and Type | Method and Description |
|---|---|
DoConcat |
Do.CREATE_UNIQUE(IElement... X)
JCYPHER
create a unique graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
|
DoConcat |
Do.CREATE(IElement... X)
JCYPHER
create a graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
|
DoConcat |
Do.DELETE(JcElement element)
JCYPHER
delete a graph element in the DO part of a FOREACH expression
e.g. ...
|
DoConcat |
EachDoConcat.DO(IClause[] clauses)
JCYPHER
specify the DO part of a FOREACH expression by means of a list of clauses.
|
DoConcat |
Do.FOR_EACH(DoConcat F)
JCYPHER
create a FOREACH expression in the DO part of another FOREACH expression
Use Factory Class F to create FOREACH Expressions
e.g. ...
|
DoConcat |
Do.REMOVE(JcLabel label)
JCYPHER
remove a label from a node in the DO part of a FOREACH expression
e.g. ...
|
DoConcat |
Do.REMOVE(JcProperty property)
JCYPHER
remove a property from a node or relation 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 |
|---|---|
CopyProperties<DoConcat> |
Do.copyPropertiesFrom(JcElement source)
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
|
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 |
|---|---|
DoConcat |
Do.FOR_EACH(DoConcat F)
JCYPHER
create a FOREACH expression in the DO part of another FOREACH expression
Use Factory Class F to create FOREACH Expressions
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
static CopyProperties<DoConcat> |
ModifyFactory.copyPropertiesFromInFOREACH(JcElement jcElement,
DoConcat connector) |
static Set<DoConcat> |
ModifyFactory.setPropertyInFOREACH(JcProperty jcProperty,
DoConcat connector) |
| Modifier and Type | Method and Description |
|---|---|
static CopyProperties<DoConcat> |
ModifyFactory.copyPropertiesFromInFOREACH(JcElement jcElement,
DoConcat connector) |
static Set<DoConcat> |
ModifyFactory.setPropertyInFOREACH(JcProperty jcProperty,
DoConcat connector) |
Copyright © 2016. All rights reserved.