26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H
A base class for encoders of SQL function expressions.
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.
A query encoder for binary operator expressions.
~TemplateEncoder()
Destructor.
void toSQL(const Function &f, std::string &buff, SQLVisitor &v) const
It encodes the function to a SQL notation.
std::vector< std::string > m_chuncks
We split the input template into some pieces and make them prepared to concatenate.
TemplateEncoder(const std::string &name, const std::string &t)
Constructor.
std::vector< std::size_t > m_argIdx
The arguments index.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.