Uses of Package
com.google.visualization.datasource.query.scalarfunction

Packages that use com.google.visualization.datasource.query.scalarfunction
com.google.visualization.datasource.query   
com.google.visualization.datasource.query.scalarfunction   
 

Classes in com.google.visualization.datasource.query.scalarfunction used by com.google.visualization.datasource.query
ScalarFunction
          A scalar function.
 

Classes in com.google.visualization.datasource.query.scalarfunction used by com.google.visualization.datasource.query.scalarfunction
CurrentDateTime
          A 0-ary function that returns the current datetime.
DateDiff
          The binary scalar function datediff().
Difference
          The binary scalar function difference().
Lower
          A unary scalar function that changes text to lower case.
Product
          The binary scalar function product().
Quotient
          The binary scalar function quotient().
ScalarFunction
          A scalar function.
Sum
          The binary scalar function sum().
TimeComponentExtractor
          A time component extractor.
TimeComponentExtractor.TimeComponent
          An enum of time components that can be extracted from a date/datetime/timeofday value.
ToDate
          The unary scalar function toDate().
Upper
          A unary scalar function that changes text to upper case.
 



Copyright © 2009 Google. All Rights Reserved.