26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
   30 #include "../../common/Singleton.h" 
   31 #include "../Config.h" 
   42     class FunctionCatalog;
 
   98 #endif  // __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONCATALOGMANAGER_H 
Template support for singleton pattern. 
 
mydialect insert("+", new te::da::BinaryOpEncoder("+"))
 
std::map< std::string, FunctionCatalog * > m_fcatalogMap
Function map: datasource-type -> FunctionCatalog*. 
 
FunctionCatalogManager()
No constructor available for clients. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A FunctionCatalogManager is a singleton that can be used to manage function catalogs of data source i...
 
A FunctionCatalog can be used to keep track of registered functions.