Uses of Interface
com.google.visualization.datasource.query.scalarfunction.ScalarFunction

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

Uses of ScalarFunction in com.google.visualization.datasource.query
 

Methods in com.google.visualization.datasource.query that return ScalarFunction
 ScalarFunction ScalarFunctionColumn.getFunction()
          Returns the function of the scalar function column.
 

Constructors in com.google.visualization.datasource.query with parameters of type ScalarFunction
ScalarFunctionColumn(java.util.List<AbstractColumn> columns, ScalarFunction scalarFunction)
          Creates a new instance of this class with the given columns list and function type.
 

Uses of ScalarFunction in com.google.visualization.datasource.query.scalarfunction
 

Classes in com.google.visualization.datasource.query.scalarfunction that implement ScalarFunction
 class Constant
          A constant function, i.e., a 0-ary function that always returns the same value, given at construction time.
 class CurrentDateTime
          A 0-ary function that returns the current datetime.
 class DateDiff
          The binary scalar function datediff().
 class Difference
          The binary scalar function difference().
 class Lower
          A unary scalar function that changes text to lower case.
 class Product
          The binary scalar function product().
 class Quotient
          The binary scalar function quotient().
 class Sum
          The binary scalar function sum().
 class TimeComponentExtractor
          A time component extractor.
 class ToDate
          The unary scalar function toDate().
 class Upper
          A unary scalar function that changes text to upper case.
 



Copyright © 2009 Google. All Rights Reserved.