@Deprecated public interface CqnLimit extends JSONizable
Modifier and Type | Method and Description |
---|---|
CqnNumericLiteral<Long> |
limit()
Deprecated.
Returns the maximum number of rows to be returned
|
Optional<CqnNumericLiteral<Long>> |
offset()
Deprecated.
Returns the number of rows to be skipped
|
long |
skip()
Deprecated.
Returns
offset() as long. |
long |
top()
Deprecated.
Returns
limit() as long. |
toJson
CqnNumericLiteral<Long> limit()
long top()
limit()
as long.Optional<CqnNumericLiteral<Long>> offset()
long skip()
offset()
as long.Copyright © 2023 SAP. All rights reserved.