Configuration flags for the Data Access module of TerraLib. More...
Go to the source code of this file.
Macros | |
General Defines for the DataAccess module | |
Defines for configuring DataAccess module. | |
#define | TE_DATAACCESS_MODULE_NAME "te.dataaccess" |
An identifier for this module. | |
#define | TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 1 |
Set this macro to 1 if you want TerraLib to automatically initialize a thread for managing all the connection pools registered in the system. | |
#define | TERRALIB_POOL_DEFAULT_MONITORING_TIME 60 |
This sets the default monitoring time in seconds for the connection pool manager. | |
#define | TERRALIB_USE_CONNECTION_POOL_MANAGER 1 |
Set this macro to 1 if you want to use the TerraLib connection pool manager. | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TEDATAACCESSEXPORT |
You can use this macro in order to export/import classes and functions from this module. | |
#define TE_DATAACCESS_MODULE_NAME "te.dataaccess" |
#define TEDATAACCESSEXPORT |
You can use this macro in order to export/import classes and functions from this module.
#define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 1 |
#define TERRALIB_POOL_DEFAULT_MONITORING_TIME 60 |