Package com.google.visualization.datasource.base

Class Summary
BooleanFormat A UFormat that performs formatting and parsing for boolean values.
DataSourceParameters This class contains the data source parameters of the request.
ErrorMessages A resource bundle that contains all the error messages for a datasource in the en-US locale.
LocaleUtil A utility class for locale handling.
ResponseStatus A response status holds three parameters: 1) The response type (Ok, Warning or Error).
TextFormat A UFormat that performs (dummy) formatting and parsing of text (string) values.
Warning A warning generated while processing a request.
 

Enum Summary
OutputType Enumeration of the supported output formats for the data source.
ReasonType Possible reasons for errors or warnings.
StatusType An enum value to represent the status of a response.
 

Exception Summary
DataSourceException An exception to be used by callers and callees of the library.
InvalidQueryException An exception that is thrown when trying to serve an invalid query.
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.
 



Copyright © 2009 Google. All Rights Reserved.