21 #include "../common/Logger.h" 
   22 #include "../common/Translator.h" 
   23 #include "../dataaccess/datasource/DataSourceCapabilities.h" 
   24 #include "../dataaccess/datasource/DataSourceFactory.h" 
   25 #include "../dataaccess/datasource/DataSourceManager.h" 
   26 #include "../dataaccess/query/SQLDialect.h" 
   34   #include <terralib/drivers/ado/TeAdoDB.h> 
   38 #include <boost/filesystem.hpp> 
   41   : te::plugin::Plugin(pluginInfo)
 
   79   m_initialized = 
false;
 
#define TE_TERRALIB4_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib 4 driver impl...
 
The basic information about a plugin. 
 
A factory for data sources. 
 
#define TR_TERRALIB4(message)
It marks a string in order to get translated. This is a special mark used in the DataAccess module of...
 
#define TE_TERRALIB4_TEXT_DOMAIN_DIR
It contains the translation catalog directory. 
 
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
It represents the SQL query dialect accepted by a given data source. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
static te::da::DataSourceCapabilities * sm_capabilities
The query dialect supported by Terralib 4 driver. 
 
te::da::DataSource * Build()
 
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
Module(const te::plugin::PluginInfo &pluginInfo)
It creates a new C++ module. 
 
An static class with global definitions. 
 
#define TE_ADD_TEXT_DOMAIN(domain, domaindir, codeset)
It adds the given text domain located at domain-dir with the given codeset to the multilingual system...
 
Implements the DataSource class for the TerraLib 4.x Data Access Driver. 
 
static void remove(const std::string &dsType)
 
#define TERRALIB4_DRIVER_IDENTIFIER
The Terralib 4 driver identifier string. 
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
static te::da::SQLDialect * sm_queryDialect
The query dialect supported by Terralib 4 driver. 
 
static DataSourceManager & getInstance()
It returns a reference to the singleton instance. 
 
A utility class to initialize and terminate TerraLib 4 driver support. 
 
static void add(const std::string &dsType, FactoryFnctType f)