Interface QueryResult


@Deprecated public interface QueryResult
Deprecated.
as of 21R3.4, see QueryService.query(String)
Represents a single row in QueryResponse.
  • Method Details

    • getValue

      <T> T getValue(String fieldName, ValueType<T> returnType)
      Deprecated.
      Retrieves value of the given field. The value is returned as the requested returnType.
      Type Parameters:
      T - type of value to return
      Parameters:
      fieldName - name of the field, or alias if AS clause was used
      returnType - type of value to return
      Returns:
      value of given field
    • getSubqueryResponse

      QueryResponse getSubqueryResponse(String relationshipName)
      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