Uses of Interface
org.deegree.sqldialect.filter.function.SQLFunctionProvider

Packages that use SQLFunctionProvider
org.deegree.sqldialect.filter.function   
org.deegree.sqldialect.postgis.function   
 

Uses of SQLFunctionProvider in org.deegree.sqldialect.filter.function
 

Classes in org.deegree.sqldialect.filter.function that implement SQLFunctionProvider
 class SQLLower
          SQLFunctionProvider for the Lower function.
 class SQLUpper
          SQLFunctionProvider for the Upper function.
 

Methods in org.deegree.sqldialect.filter.function that return SQLFunctionProvider
static SQLFunctionProvider SQLFunctionManager.getFunctionProvider(String name)
          Returns the SQLFunctionProvider for the given name.
 

Methods in org.deegree.sqldialect.filter.function that return types with arguments of type SQLFunctionProvider
static Map<String,SQLFunctionProvider> SQLFunctionManager.getFunctionProviders()
          Returns all available SQLFunctionProviders.
 

Uses of SQLFunctionProvider in org.deegree.sqldialect.postgis.function
 

Classes in org.deegree.sqldialect.postgis.function that implement SQLFunctionProvider
 class PostGISArea
          SQLFunctionProvider for the Area function.
 



Copyright © 2011. All Rights Reserved.