Go to the documentation of this file.
   26 #ifndef __TERRALIB_ADO_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ADO_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   42 #define ADO_DEFAULT_INITIAL_POOL_SIZE   4 
   49 #define ADO_DEFAULT_MIN_POOL_SIZE       2 
   56 #define ADO_DEFAULT_MAX_POOL_SIZE       4 
   63 #define ADO_DEFAULT_MAX_IDLE_TIME       10 
   70 #define ADO_DEFAULT_PORT                "5432" 
   77 #define ADO_DEFAULT_CONNECT_TIMEOUT     "4" 
   84 #define ADO_DEFAULT_CLIENT_ENCODING     "UTF8" 
   91 #define ADO_DRIVER_IDENTIFIER "ADO" 
   98 #define ADO_PLUGIN_NAME "te.da.ado" 
  120     #pragma warning( disable : 4251 ) 
  122     #pragma warning( disable : 4275 ) 
  126     #define TEADOEXPORT                          // Don't need to export/import... it is a static library 
  128     #define TEADOEXPORT  __declspec(dllexport)   // export DLL information 
  130     #define TEADOEXPORT  __declspec(dllimport)   // import DLL information 
  138 #endif  // __TERRALIB_ADO_INTERNAL_CONFIG_H