Package com.veeva.vault.sdk.api.query
Interface QueryResult
Deprecated.
Represents a single row in
QueryResponse.-
Method Summary
Modifier and TypeMethodDescriptiongetSubqueryResponse(String relationshipName) Deprecated.Returns the results from a nested SELECT-FROM for the specified inbound relationship in a Left Outer Join Query.<T> TDeprecated.Retrieves value of the given field.
-
Method Details
-
getValue
Deprecated.Retrieves value of the given field. The value is returned as the requestedreturnType.- Type Parameters:
T- type of value to return- Parameters:
fieldName- name of the field, or alias if AS clause was usedreturnType- type of value to return- Returns:
- value of given field
-
getSubqueryResponse
Deprecated.Returns the results from a nested SELECT-FROM for the specified inbound relationship in a Left Outer Join Query.- Parameters:
relationshipName- inbound relationship name- Returns:
- nested sub-query response
-
QueryService.query(String)