| Modifier and Type | Method and Description |
|---|---|
T |
AS(JcValue alias)
JCYPHER
specify an alias for the result
e.g.
|
protected ReturnExpression |
getReturnExpression() |
RElement<T> |
LIMIT(int num)
JCYPHER
return a subset of the result, starting from the top
e.g.
|
RElement<T> |
SKIP(int num)
JCYPHER
return a subset of the result, starting at an offset from the top
e.g.
|
public T AS(JcValue alias)
public RElement<T> LIMIT(int num)
public RElement<T> SKIP(int num)
protected ReturnExpression getReturnExpression()
Copyright © 2016. All rights reserved.