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

Packages that use FunctionTree
org.teiid.query.function   
org.teiid.query.metadata   
 

Uses of FunctionTree in org.teiid.query.function
 

Methods in org.teiid.query.function that return FunctionTree
 FunctionTree SystemFunctionManager.getSystemFunctions()
           
 

Constructors in org.teiid.query.function with parameters of type FunctionTree
FunctionLibrary(FunctionTree systemFuncs, FunctionTree userFuncs)
          Construct the function library.
 

Uses of FunctionTree in org.teiid.query.metadata
 

Constructors in org.teiid.query.metadata with parameters of type FunctionTree
TransformationMetadata(VDBMetaData vdbMetadata, CompositeMetadataStore store, java.util.Map<java.lang.String,TransformationMetadata.Resource> vdbEntries, java.util.Collection<FunctionMethod> udfMethods, FunctionTree systemFunctions)
          TransformationMetadata constructor
 



Copyright © 2010. All Rights Reserved.