Uses of Package
com.google.visualization.datasource.base

Packages that use com.google.visualization.datasource.base
com.google.visualization.datasource   
com.google.visualization.datasource.base   
com.google.visualization.datasource.datatable   
com.google.visualization.datasource.datatable.value   
com.google.visualization.datasource.query   
com.google.visualization.datasource.query.parser   
com.google.visualization.datasource.query.scalarfunction   
com.google.visualization.datasource.render   
com.google.visualization.datasource.util   
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource
DataSourceException
          An exception to be used by callers and callees of the library.
DataSourceParameters
          This class contains the data source parameters of the request.
InvalidQueryException
          An exception that is thrown when trying to serve an invalid query.
ResponseStatus
          A response status holds three parameters: 1) The response type (Ok, Warning or Error).
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.base
DataSourceException
          An exception to be used by callers and callees of the library.
DataSourceParameters
          This class contains the data source parameters of the request.
OutputType
          Enumeration of the supported output formats for the data source.
ReasonType
          Possible reasons for errors or warnings.
ResponseStatus
          A response status holds three parameters: 1) The response type (Ok, Warning or Error).
StatusType
          An enum value to represent the status of a response.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.datatable
TypeMismatchException
          This exception is thrown when there is a mismatch between a value type and a column type, for example when trying to assign a boolean value to a column of type number.
Warning
          A warning generated while processing a request.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.datatable.value
TypeMismatchException
          This exception is thrown when there is a mismatch between a value type and a column type, for example when trying to assign a boolean value to a column of type number.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.query
InvalidQueryException
          An exception that is thrown when trying to serve an invalid query.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.query.parser
InvalidQueryException
          An exception that is thrown when trying to serve an invalid query.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.query.scalarfunction
InvalidQueryException
          An exception that is thrown when trying to serve an invalid query.
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.render
DataSourceParameters
          This class contains the data source parameters of the request.
ResponseStatus
          A response status holds three parameters: 1) The response type (Ok, Warning or Error).
 

Classes in com.google.visualization.datasource.base used by com.google.visualization.datasource.util
DataSourceException
          An exception to be used by callers and callees of the library.
ReasonType
          Possible reasons for errors or warnings.
 



Copyright © 2009 Google. All Rights Reserved.