26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SQLFUNCTIONENCODER_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_SQLFUNCTIONENCODER_H    30 #include "../Config.h"    36 #include <boost/noncopyable.hpp>    82         virtual void toSQL(
const Function& f,
    94 #endif  // __TERRALIB_DATAACCESS_INTERNAL_SQLFUNCTIONENCODER_H SQLFunctionEncoder(const std::string &name)
Constructor. 
 
A base class for encoders of SQL function expressions. 
 
std::string m_name
The alias to the function. 
 
A class that models a Function expression. 
 
virtual ~SQLFunctionEncoder()
Virtual Destructor. 
 
A visitor for building an SQL statement from a given Query hierarchy. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.