26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SQLDIALECT_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_SQLDIALECT_H
30 #include "../Config.h"
37 #include <boost/noncopyable.hpp>
44 class SQLFunctionEncoder;
75 void insert(
const std::string& funcName,
It represents the SQL query dialect accepted by a given data source.
void insert(const std::string &funcName, SQLFunctionEncoder *encoder)
It adds a new encoder for a given function.
std::map< std::string, SQLFunctionEncoder * > m_regFunctions
A map from the TerraLib general name to a given SQL formatter.
std::vector< std::string > getRegisteredNames() const
It gets the all registered names from registed functions.
const SQLFunctionEncoder * find(const std::string &funcName) const
It searches for an encoder for the given function.
SQLDialect()
Default constructor.
A base class for encoders of SQL function expressions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.