Uses of Class
org.tranql.ql.AggregateFunction.FunctionType

Packages that use AggregateFunction.FunctionType
org.tranql.ql   
 

Uses of AggregateFunction.FunctionType in org.tranql.ql
 

Fields in org.tranql.ql declared as AggregateFunction.FunctionType
static AggregateFunction.FunctionType AggregateFunction.AVG
           
static AggregateFunction.FunctionType AggregateFunction.COUNT
           
static AggregateFunction.FunctionType AggregateFunction.MAX
           
static AggregateFunction.FunctionType AggregateFunction.MIN
           
static AggregateFunction.FunctionType AggregateFunction.SUM
           
 

Methods in org.tranql.ql that return AggregateFunction.FunctionType
 AggregateFunction.FunctionType AggregateFunction.getFunctionType()
           
 

Constructors in org.tranql.ql with parameters of type AggregateFunction.FunctionType
AggregateFunction(AggregateFunction.FunctionType type, boolean distinct)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.