public interface CqnLimit extends JSONizable
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CqnVisitor visitor) |
CqnValue |
limit()
Deprecated.
instead use
top() |
Optional<CqnValue> |
offset()
Deprecated.
instead use
skip() |
default Stream<CqnParameter> |
params() |
long |
skip()
Returns
offset() as long. |
long |
top()
Returns
limit() as long. |
toJson@Deprecated CqnValue limit()
top()long top()
limit() as long.ClassCastException - if limit is not a numeric literal@Deprecated Optional<CqnValue> offset()
skip()long skip()
offset() as long.ClassCastException - if offset is not a numeric literaldefault void accept(CqnVisitor visitor)
default Stream<CqnParameter> params()
Copyright © 2020 SAP. All rights reserved.