26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SQLFUNCTIONENCODER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_SQLFUNCTIONENCODER_H 
   30 #include "../Config.h" 
   36 #include <boost/noncopyable.hpp> 
A class that models a Function expression.
 
A base class for encoders of SQL function expressions.
 
virtual void toSQL(const Function &f, std::string &buff, SQLVisitor &v) const =0
It encodes the function to a SQL notation.
 
virtual ~SQLFunctionEncoder()
Virtual Destructor.
 
SQLFunctionEncoder(const std::string &name)
Constructor.
 
std::string m_name
The alias to the function.
 
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.