public class WHERE extends Object
| Constructor and Description |
|---|
WHERE() |
| Modifier and Type | Method and Description |
|---|---|
static Concat |
BR_OPEN()
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g.
|
static Concatenator |
existsPattern(IElement X)
JCYPHER
matches a pattern expression against the graph.
|
static Concatenator |
has(IHas val)
JCYPHER
tests for existence of node labels or node/relation properties,
accepts expressions like 'n.property("age")',
or 'n.label("Swedish")'
e.g.
|
static Concatenator |
holdsTrue(IPredicateFunction I)
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
|
static IBeforePredicate |
NOT()
JCYPHER
negate a boolean
e.g.
|
static BooleanOperation |
valueOf(ValueElement val)
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value
e.g.
|
public static BooleanOperation valueOf(ValueElement val)
public static Concatenator has(IHas val)
public static IBeforePredicate NOT()
public static Concat BR_OPEN()
public static Concatenator existsPattern(IElement X)
public static Concatenator holdsTrue(IPredicateFunction I)
Copyright © 2016. All rights reserved.