com.google.gwt.visualization.client
Class QueryResponse

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.QueryResponse

public class QueryResponse
extends com.google.gwt.core.client.JavaScriptObject

Represents a response of a query execution as received from the data source.

See Also:
QueryResponse API Reference

Constructor Summary
protected QueryResponse()
           
 
Method Summary
 DataTable getDataTable()
           
 java.lang.String getDetailedMessage()
           
 java.lang.String getMessage()
           
 boolean hasWarning()
           
 boolean isError()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryResponse

protected QueryResponse()
Method Detail

getDataTable

public final DataTable getDataTable()

getDetailedMessage

public final java.lang.String getDetailedMessage()

getMessage

public final java.lang.String getMessage()

hasWarning

public final boolean hasWarning()

isError

public final boolean isError()