public interface QueryExecutionResponse
Modifier and Type | Method and Description |
---|---|
String |
getQueryString()
Retrieves the executed query string.
|
long |
getResultCount()
Retrieves the total number of results satisfying the query.
|
Stream<QueryExecutionResult> |
streamResults()
Streams the query results in the native query format,
QueryExecutionResult . |
String getQueryString()
long getResultCount()
Stream<QueryExecutionResult> streamResults()
QueryExecutionResult
.
To traverse the stream results in the classic iterator model, use the returned stream's BaseStream.iterator()
method.
Copyright © Veeva Systems 2017–2022. All rights reserved.