21 #include "../core/logger/Logger.h" 22 #include "../core/utils/Platform.h" 23 #include "../core/translator/Translator.h" 24 #include "../dataaccess/datasource/DataSourceCapabilities.h" 25 #include "../dataaccess/datasource/DataSourceFactory.h" 26 #include "../dataaccess/datasource/DataSourceManager.h" 27 #include "../dataaccess/query/BinaryOpEncoder.h" 28 #include "../dataaccess/query/FunctionEncoder.h" 29 #include "../dataaccess/query/SQLDialect.h" 30 #include "../dataaccess/query/SQLFunctionEncoder.h" 31 #include "../dataaccess/query/TemplateEncoder.h" 32 #include "../dataaccess/query/UnaryOpEncoder.h" 33 #include "../dataaccess/serialization/xml/Serializer.h" 40 #include <boost/filesystem.hpp> 43 :
te::core::CppPlugin(pluginInfo)
static te::da::DataSourceCapabilities * sm_capabilities
The query dialect supported by ADO driver.
te::da::DataSource * Build(const te::core::URI &uri)
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.
It represents the SQL query dialect accepted by a given data source.
An static class with global definitions.
Basic information about a plugin.
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
#define TE_TR(message)
It marks a string in order to get translated.
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
TEDATAACCESSEXPORT void Read(const std::string &dialectFileName, te::da::DataSourceCapabilities &capabilities, te::da::SQLDialect &dialect)
static void remove(const std::string &dsType)
it finalizes the GDAL factory support.
A utility class to initialize and terminate TerraLib ADO driver support.
static DataSourceManager & getInstance()
It returns a reference to the singleton instance.
static te::da::SQLDialect * sm_queryDialect
The query dialect supported by ADO driver.
This is the factory for ADO data sources.
Implementation of the data source class for the ADO driver.
#define TERRALIB_PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
TECOREEXPORT std::string FindInTerraLibPath(const std::string &path)
Returns the path relative to a directory or file in the context of TerraLib.
#define ADO_DRIVER_IDENTIFIER
The ADO driver identifier string.
static void add(const std::string &dsType, FactoryFnctType f)
Module(const te::core::PluginInfo &pluginInfo)
It creates a new C++ module.