| Package | Description |
|---|---|
| com.sap.cds |
| Modifier and Type | Method and Description |
|---|---|
Row |
Result.single()
Returns the single row.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Row> |
Result.first()
Returns the first row.
|
List<Row> |
Result.list()
Returns a list of the result rows.
|
Stream<Row> |
Result.stream()
Returns a sequential
Stream of the result rows. |
Copyright © 2020 SAP. All rights reserved.