Interface QueryDescribeSubqueryResult


public interface QueryDescribeSubqueryResult
Represents the Query Describe result for a subquery.
  • Method Details

    • getTarget

      QueryDescribeTarget getTarget()
      Retrieves Query Describe information on the subquery target.
      Returns:
      a QueryDescribeTarget describing the subquery target
    • getFields

      List<QueryDescribeField> getFields()
      Retrieves Query Describe information on the fields in the SELECT clause of the subquery.
      Returns:
      a List of QueryDescribeFields for the subquery
    • getRelationshipName

      String getRelationshipName()
      Retrieves the name of the relationship for the subquery.
      Returns:
      the name of the relationship for the subquery