com.google.gwt.visualization.client
Class QueryResponse
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
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
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 |
QueryResponse
protected QueryResponse()
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()