26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONENCODER_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_FUNCTIONENCODER_H
A base class for encoders of SQL function expressions.
An SQL encoder for general function expressions.
FunctionEncoder(const std::string &name)
Constructor.
~FunctionEncoder()
Destructor.
void toSQL(const Function &f, std::string &buff, SQLVisitor &v) const
It encodes the function to a SQL notation.
A class that models a Function expression.
A base class for encoders of SQL function expressions.
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.