26 #ifndef __TERRALIB_TERRALIB4_INTERNAL_GLOBALS_H 
   27 #define __TERRALIB_TERRALIB4_INTERNAL_GLOBALS_H 
   30 #include "../common/Static.h" 
   41     class DataSourceCapabilities;
 
   65 #endif  // __TERRALIB_TERRALIB4_INTERNAL_GLOBALS_H 
An static class with global definitions. 
 
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
 
It represents the SQL query dialect accepted by a given data source. 
 
static te::da::DataSourceCapabilities * sm_capabilities
The query dialect supported by Terralib 4 driver. 
 
#define TETERRALIB4EXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
static const std::string sm_driverIdentifier
The Terralib 4 driver identifier. 
 
Configuration flags for the TerraLib 4 driver. 
 
static te::da::SQLDialect * sm_queryDialect
The query dialect supported by Terralib 4 driver. 
 
A base type for static classes.