Uses of Class
org.teiid.query.function.FunctionForm

Packages that use FunctionForm
org.teiid.query.function   
 

Uses of FunctionForm in org.teiid.query.function
 

Methods in org.teiid.query.function that return FunctionForm
 FunctionForm FunctionLibrary.findFunctionForm(java.lang.String name, int numArgs)
          Find function form based on function name and # of arguments.
 

Methods in org.teiid.query.function that return types with arguments of type FunctionForm
 java.util.List<FunctionForm> FunctionLibrary.getFunctionForms(java.lang.String category)
          Get all function forms in a category, sorted by name, then # of args, then names of args.
 

Methods in org.teiid.query.function with parameters of type FunctionForm
 int FunctionForm.compareTo(FunctionForm other)
          Implements Comparable interface so that this object can be compared to other FunctionForm objects and ordered alphabetically.
 



Copyright © 2011. All Rights Reserved.