| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.modify | |
| iot.jcypher.query.factories.clause |
| 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. ...
|
| Modifier and Type | Method and Description |
|---|---|
static CopyProperties<ModifyTerminal> |
ModifyFactory.copyPropertiesFromInDO(JcElement jcElement) |
static CopyProperties<DoConcat> |
ModifyFactory.copyPropertiesFromInFOREACH(JcElement jcElement,
DoConcat connector) |
| Modifier and Type | Method and Description |
|---|---|
static CopyProperties<ModifyTerminal> |
ON_MATCH.copyPropertiesFrom(JcElement source)
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
|
static CopyProperties<ModifyTerminal> |
ON_CREATE.copyPropertiesFrom(JcElement source)
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
|
static CopyProperties<ModifyTerminal> |
DO.copyPropertiesFrom(JcElement source)
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
|
Copyright © 2016. All rights reserved.