| Package | Description |
|---|---|
| iot.jcypher.query.api.predicate | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.factories.xpression | |
| iot.jcypher.query.values |
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
PFactory.has(IHas val) |
Concatenator |
IBeforePredicate.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. ...
|
Concatenator |
Concat.has(IHas val) |
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
WHERE.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
P.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. ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcLabel |
class |
JcProperty |
Copyright © 2016. All rights reserved.