| Package | Description |
|---|---|
| iot.jcypher.query.api.cases | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
CaseTerminal |
EndTerminal.AS(JcValue alias)
JCYPHER
specify an alias for the result
you need to do this if you want to return a result from the CASE statement
|
static CaseTerminal |
CaseFactory.createCaseTerminal(CaseExpression cx) |
| Modifier and Type | Method and Description |
|---|---|
static CaseTerminal |
ELSE.perform()
JCYPHER
last part of a CASE expression
WHEN... |
static CaseTerminal |
CASE.result()
JCYPHER
start a CASE expression on the result of the preceding RETURN statement
e.g.
|
static CaseTerminal |
CASE.resultOf(JcValue value)
JCYPHER
start a CASE expression on a value calculated from the result of the preceding RETURN statement
e.g.
|
Copyright © 2016. All rights reserved.