-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
Do |
DO()
JCYPHER
start the DO part of a FOREACH expression
e.g. ...
|
DoConcat |
DO(IClause[] clauses)
JCYPHER
specify the DO part of a FOREACH expression by means of a list of clauses.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
DO
public Do DO()
JCYPHER
start the DO part of a FOREACH expression
e.g. ...DO()
.SET(n.property("marked")).to(true)...
- Detail:
- Field |
- Constr |
- Method
Copyright © 2016. All rights reserved.