public interface QueryExecutionResult
QueryExecutionResponse
.Modifier and Type | Method and Description |
---|---|
boolean |
containsField(String fieldName)
Retrieves the status of the field on this row.
|
boolean |
containsSubquery(String relationshipName)
Retrieves the status of the sub-query on this row.
|
QueryExecutionResponse |
getSubqueryResponse(String relationshipName)
Returns the results from a nested SELECT-FROM for the specified inbound relationship in a
Left Outer Join Query.
|
<T> T |
getValue(String fieldName,
ValueType<T> returnType)
Retrieves value of the given field.
|
boolean containsField(String fieldName)
fieldName
- name of the field, or the alias if AS clause was used<T> T getValue(String fieldName, ValueType<T> returnType)
returnType
.T
- type of value to returnfieldName
- name of the field, or alias if AS clause was usedreturnType
- type of value to returnboolean containsSubquery(String relationshipName)
relationshipName
- relationship nameQueryExecutionResponse getSubqueryResponse(String relationshipName)
relationshipName
- relationship nameCopyright © Veeva Systems 2017–2022. All rights reserved.