| Modifier and Type | Method and Description |
|---|---|
static JcValue |
APIAccess.getCloneOf(DomainObjectMatch<?> dom,
JcValue val) |
| Modifier and Type | Method and Description |
|---|---|
static JcValue |
APIAccess.getCloneOf(DomainObjectMatch<?> dom,
JcValue val) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
JcQueryResult.resultOf(JcValue val) |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static InCollection<EachDoConcat> |
CFactory.element(JcValue jcValue) |
static InCollection<CWhere> |
CFactory.forAll(JcValue jcValue) |
static InCollection<CWhere> |
CFactory.forAny(JcValue jcValue) |
static InCollection<CWhere> |
CFactory.forNone(JcValue jcValue) |
static InCollection<CWhere> |
CFactory.forSingle(JcValue jcValue) |
InCollection<T> |
CFrom.fromAll(JcValue jcValue)
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...
|
ReduceBy |
ReduceTo.to(JcValue value)
JCYPHER
specify the accumulator variable of a REDUCE expression.
|
CFrom<CTerminal> |
ExtractExpression.valueOf(JcValue expression)
JCYPHER
specify the value for an extract expression
e.g. ...EXTRACT().
|
| Modifier and Type | Method and Description |
|---|---|
T |
RElement.AS(JcValue alias)
JCYPHER
specify an alias for the result
e.g.
|
static RSortable |
RFactory.value(JcValue element) |
RSortable |
RDistinct.value(JcValue element)
JCYPHER
select a named (identified) element
e.g.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CaseExpression.WhenJcValue |
| Modifier and Type | Method and Description |
|---|---|
JcValue |
CaseExpression.getCaseValue() |
JcValue |
CaseExpression.getEndAlias() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseExpression.setCaseValue(JcValue caseValue) |
void |
CaseExpression.setEndAlias(JcValue endAlias) |
| Modifier and Type | Method and Description |
|---|---|
JcValue |
ExtractEvalExpression.getExpression() |
JcValue |
CollectExpression.getIterationVariable() |
JcValue |
ReduceEvalExpression.getResultVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractEvalExpression.setExpression(JcValue expression) |
void |
CollectExpression.setIterationVariable(JcValue iterationVariable) |
void |
ReduceEvalExpression.setResultVariable(JcValue resultValue) |
| Modifier and Type | Method and Description |
|---|---|
JcValue |
ReturnExpression.getAlias() |
JcValue |
ReturnElement.getElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnExpression.setAlias(JcValue alias) |
void |
ReturnElement.setElement(JcValue element) |
| Modifier and Type | Method and Description |
|---|---|
JcValue |
UsingExpression.getValueRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsingExpression.setValueRef(JcValue valueRef) |
| Modifier and Type | Method and Description |
|---|---|
static InCollection<EachDoConcat> |
FOR_EACH.element(JcValue jcValue)
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...FOR_EACH.
|
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.
|
static RSortable |
WITH.value(JcValue element)
JCYPHER
select a named (identified) value
e.g.
|
static RSortable |
RETURN.value(JcValue element)
JCYPHER
select a named (identified) value
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static InCollection<EachDoConcat> |
F.element(JcValue jcValue)
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...
|
static InCollection<CWhere> |
I.forAll(JcValue jcValue)
JCYPHER
all elements of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
I.forAny(JcValue jcValue)
JCYPHER
at least one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
I.forNone(JcValue jcValue)
JCYPHER
no element of the collection may hold true for a predicate expression
e.g. ...holdsTrue(I.
|
static InCollection<CWhere> |
I.forSingle(JcValue jcValue)
JCYPHER
exactly one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
|
| Modifier and Type | Method and Description |
|---|---|
List<?> |
ResultHandler.getObjects(JcValue val) |
| Modifier and Type | Class and Description |
|---|---|
class |
JcBoolean |
class |
JcCollection |
class |
JcElement |
class |
JcLabel |
class |
JcNode |
class |
JcNumber |
class |
JcPath |
class |
JcPrimitive |
class |
JcProperty |
class |
JcRelation |
class |
JcString |
class |
ReplaceWith |
class |
SubString |
| Modifier and Type | Method and Description |
|---|---|
static String |
ValueAccess.getName(JcValue jcValue) |
static boolean |
ValueAccess.isSame(JcValue val1,
JcValue val2) |
static void |
ValueAccess.setName(String name,
JcValue jcValue) |
Copyright © 2016. All rights reserved.