26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
   87 #endif  // __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
std::vector< std::size_t > m_argIdx
The arguments index. 
 
A base class for encoders of SQL function expressions. 
 
~TemplateEncoder()
Destructor. 
 
std::vector< std::string > m_chuncks
We split the input template into some pieces and make them prepared to concatenate. 
 
A class that models a Function expression. 
 
A query encoder for binary operator 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. 
 
A base class for encoders of SQL function expressions.