| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.predicate | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.factories.xpression |
| Modifier and Type | Method and Description |
|---|---|
Concat |
CWhere.WHERE()
JCYPHER
start a predicate expression which is evaluated against each element of a collection
e.g. ...holdsTrue(I.forAll(n)...
|
| Modifier and Type | Method and Description |
|---|---|
Concat |
Concatenator.AND()
JCYPHER
'and' two boolean expressions or values
|
static Concat |
PFactory.BR_OPEN() |
Concat |
IBeforePredicate.BR_OPEN()
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g. ...
|
Concat |
Concat.BR_OPEN() |
static Concat |
PFactory.createConcat() |
Concat |
Concatenator.OR()
JCYPHER
'or' two boolean expressions or values
|
Concat |
Concatenator.XOR()
JCYPHER
'xor' (exclusive or) two boolean expressions or values
|
| Modifier and Type | Method and Description |
|---|---|
static Concat |
WHERE.BR_OPEN()
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Concat |
P.BR_OPEN()
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g. ...
|
Copyright © 2016. All rights reserved.