Interface QueryValidationResponse


public interface QueryValidationResponse
Represents the result of a query validation execution.
  • Method Details

    • getQueryString

      String getQueryString()
      Retrieves the validated query string. If tokens are used, then the tokens in the query string are resolved.
      Returns:
      the validated query string
    • hasQueryDescribeResult

      boolean hasQueryDescribeResult()
      Checks whether the response contains a QueryDescribeResult.
      Returns:
      true if the response contains a query describe result, false otherwise
    • getQueryDescribeResult

      QueryDescribeResult getQueryDescribeResult()
      Retrieves the QueryDescribeResult. If the response does not contain a QueryDescribeResult, an exception will be thrown.
      Returns:
      the QueryDescribeResult