Package com.google.visualization.datasource

Interface Summary
DataTableGenerator An interface for a class that can generate a DataTable.
 

Class Summary
DataSourceHelper A Helper class providing convenience functions for serving data source requests.
DataSourceRequest This class contains all information concerning a data source request.
DataSourceServlet An abstract class for data source servlet implementations.
QueryPair A product of splitQuery() method, composed of a data source query to be executed first by the data source and a second completion query to be executed on the results of the first one by the query engine.
QuerySplitter A utility class for splitting the user query into a data source query and a completion query.
ResponseWriter A helper class responsible for writing a response message on a HttpServletResponse.
 

Enum Summary
Capabilities An enumeration of the capabilities provided by a data source.
 



Copyright © 2009 Google. All Rights Reserved.