Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
   87 #endif  // __TERRALIB_DATAACCESS_INTERNAL_TEMPLATEENCODER_H 
  
 
A visitor for building an SQL statement from a given Query hierarchy.
 
std::vector< std::string > m_chuncks
We split the input template into some pieces and make them prepared to concatenate.
 
A base class for encoders of SQL function expressions.
 
A class that models a Function expression.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
void toSQL(const Function &f, std::string &buff, SQLVisitor &v) const
It encodes the function to a SQL notation.
 
A query encoder for binary operator expressions.
 
A base class for encoders of SQL function expressions.
 
std::vector< std::size_t > m_argIdx
The arguments index.
 
~TemplateEncoder()
Destructor.
 
TemplateEncoder(const std::string &name, const std::string &t)
Constructor.