Configuration flags for the TerraLib 4 driver. More...
Go to the source code of this file.
Macros | |
General Defines | |
Configuring Terralib 4 support. | |
#define | TERRALIB4_DEFAULT_INITIAL_POOL_SIZE 4 |
This sets the default initial number of connections opened by a connection pool. More... | |
#define | TERRALIB4_DEFAULT_MIN_POOL_SIZE 2 |
This sets the default minimum number of connections to be kept in the pool. More... | |
#define | TERRALIB4_DEFAULT_MAX_POOL_SIZE 4 |
This sets the default maximum number of connections in the pool. More... | |
#define | TERRALIB4_DEFAULT_MAX_IDLE_TIME 10 |
This sets the default maximum time that a connection can be in the pool without being used. More... | |
#define | TERRALIB4_DEFAULT_CONNECT_TIMEOUT "4" |
The default maximum wait for connection, in seconds. More... | |
#define | TERRALIB4_DEFAULT_CLIENT_ENCODING "UTF8" |
The default client encoding when talking with the database. More... | |
#define | TERRALIB4_DRIVER_IDENTIFIER "TERRALIB4" |
The Terralib 4 driver identifier string. More... | |
#define | TERRALIB4_PLUGIN_NAME "te.da.terralib4" |
The ADO plugin identifier string. More... | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TETERRALIB4EXPORT |
You can use this macro in order to export/import classes and functions from this module. More... | |
#define TERRALIB4_DEFAULT_CLIENT_ENCODING "UTF8" |
#define TERRALIB4_DEFAULT_CONNECT_TIMEOUT "4" |
#define TERRALIB4_DEFAULT_INITIAL_POOL_SIZE 4 |
#define TERRALIB4_DEFAULT_MAX_IDLE_TIME 10 |
#define TERRALIB4_DEFAULT_MAX_POOL_SIZE 4 |
#define TERRALIB4_DEFAULT_MIN_POOL_SIZE 2 |
#define TERRALIB4_DRIVER_IDENTIFIER "TERRALIB4" |
The Terralib 4 driver identifier string.
Definition at line 81 of file Config.h.
Referenced by terralib4::DataSource::getType(), and terralib4::Module::shutdown().
#define TERRALIB4_PLUGIN_NAME "te.da.terralib4" |
#define TETERRALIB4EXPORT |
You can use this macro in order to export/import classes and functions from this module.