Uses of Package
org.teiid.query.function

Packages that use org.teiid.query.function
org.teiid.query.function   
org.teiid.query.function.source   
org.teiid.query.metadata   
org.teiid.query.resolver.util   
org.teiid.query.sql.symbol   
 

Classes in org.teiid.query.function used by org.teiid.query.function
FunctionDescriptor
          The FunctionDescriptor describes a particular function instance enough that the function library can retrieve a function instance based on the descriptor.
FunctionForm
          The FunctionForm class represents a particular form of a function signature.
FunctionLibrary
          The function library is the primary way for the system to find out what functions are available, resolve function signatures, and invoke system and user-defined functions.
FunctionMetadataSource
          A FunctionMetadataSource represents a source of function metadata for the function library.
FunctionTree
          Data structure used to store function signature information.
 

Classes in org.teiid.query.function used by org.teiid.query.function.source
FunctionMetadataSource
          A FunctionMetadataSource represents a source of function metadata for the function library.
 

Classes in org.teiid.query.function used by org.teiid.query.metadata
FunctionLibrary
          The function library is the primary way for the system to find out what functions are available, resolve function signatures, and invoke system and user-defined functions.
FunctionTree
          Data structure used to store function signature information.
 

Classes in org.teiid.query.function used by org.teiid.query.resolver.util
FunctionLibrary
          The function library is the primary way for the system to find out what functions are available, resolve function signatures, and invoke system and user-defined functions.
 

Classes in org.teiid.query.function used by org.teiid.query.sql.symbol
FunctionDescriptor
          The FunctionDescriptor describes a particular function instance enough that the function library can retrieve a function instance based on the descriptor.
 



Copyright © 2010. All Rights Reserved.