public interface QueryResult
QueryResponse.| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
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.
|
<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 returnQueryResponse getSubqueryResponse(String relationshipName)
relationshipName - inbound relationship nameCopyright © Veeva Systems 2017–2020. All rights reserved.