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.
Definition at line 97 of file Config.h.
Referenced by te::da::BasicQueries::AppendExpressionToWhereClause(), te::da::AssociateDataSetTypeConverterSRID(), te::da::BuildFields(), te::da::BuildSelect(), te::da::BuildSelect(), te::da::BuildSelect(), te::da::BuildSelect(), te::da::BuildSelect(), te::da::BuildSelect(), te::da::BuildSpatialOp(), te::da::Create(), te::da::Create(), te::da::CreateAdapter(), te::da::CreateAdapterToHandlePersistence(), te::da::CreateAdapterToHandlePersistence(), te::da::CreateConverterForDataSetType(), te::da::CreateDataSetType(), te::da::CreateValidator(), te::da::DataAccessToStringConverter(), te::da::GenerateOID(), te::da::GenerateOIDSet(), te::da::GenerateOIDSet(), te::da::GenericAttributeConverter(), te::da::GetAliasName(), te::da::getBasePkey(), te::da::GetDataSet(), te::da::GetDataSetCategoryName(), te::da::GetDataSetNames(), te::da::GetDataSetType(), te::da::GetDataSource(), te::da::GetEmptyOIDSet(), te::da::GetExtent(), te::da::BasicQueries::GetFields(), te::da::BasicQueries::GetFields(), te::da::GetFirstGeomProperty(), te::da::GetFirstPropertyPos(), te::da::GetFirstRasterProperty(), te::da::GetFirstSpatialProperty(), te::da::GetFirstSpatialPropertyPos(), te::da::BasicQueries::GetFrom(), te::da::BasicQueries::GetInExpression(), te::da::BasicQueries::GetInExpression(), te::da::BasicQueries::GetIntersectsExpression(), te::da::GetLiteralFromAbstractData(), te::da::GetOIDDatasetProps(), te::da::GetOIDPropertyNames(), te::da::GetOIDPropertyPos(), te::da::GetPropertyDataTypes(), te::da::GetPropertyIndex(), te::da::GetPropertyInfo(), te::da::GetPropertyInfo(), te::da::GetPropertyPos(), te::da::GetPropertyPos(), te::da::BasicQueries::GetQuery(), te::da::BasicQueries::GetQuery(), te::da::BasicQueries::GetRelationalExpression(), te::da::BasicQueries::GetRelationalExpression(), te::da::BasicQueries::GetSimpleQuery(), te::da::BasicQueries::GetSimpleQueryEqualTo(), te::da::BasicQueries::GetSimpleQueryEqualTo(), te::da::BasicQueries::GetSimpleQueryIntersects(), te::da::GetSQLValueNames(), te::da::GetSQLValueNames(), te::da::GetSummarizedValue(), te::da::GetSummarizedValue(), te::da::GetValueAsDouble(), te::da::BasicQueries::GetWhereEqualTo(), te::da::BasicQueries::GetWhereEqualTo(), te::da::HasDataSet(), te::da::HasLinkedTable(), te::da::HasOption(), te::da::HideColumns(), te::da::IsValidName(), te::da::LoadFull(), te::da::LoadProperties(), operator!=(), operator&&(), operator<(), operator<=(), operator==(), operator>(), operator>=(), operator||(), operator~(), te::da::PointToMConverter(), te::da::PointToXConverter(), te::da::PointToYConverter(), te::da::PointToZConverter(), te::da::PrepareDateSetType(), te::serialize::xml::Read(), te::serialize::xml::ReadDataSetType(), te::serialize::xml::ReadDataSourceCatalog(), te::serialize::xml::ReadDataSourceInfo(), te::serialize::xml::ReadDataSourceInfo(), te::serialize::xml::ReadDialect(), te::serialize::xml::ReadDistinct(), te::serialize::xml::ReadFields(), te::serialize::xml::ReadFrom(), te::serialize::xml::ReadFromItem(), te::serialize::xml::ReadFunction(), te::serialize::xml::ReadGroupBy(), te::serialize::xml::ReadHaving(), te::serialize::xml::ReadLiteral(), te::serialize::xml::ReadOrderBy(), te::serialize::xml::ReadPropertyName(), te::serialize::xml::ReadSelect(), te::serialize::xml::ReadWhere(), te::da::RemoveAutoIncrementProperties(), te::da::Round(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::serialize::xml::Save(), te::da::StringToDataAccessConverter(), te::da::DataSourceInfoManager::te::common::Singleton< DataSourceInfoManager >, te::da::FunctionCatalogManager::te::common::Singleton< FunctionCatalogManager >, te::da::TupleToStringConverter(), te::da::XYMToPointConverter(), te::da::XYToPointConverter(), te::da::XYZMToPointConverter(), and te::da::XYZToPointConverter().
| #define TERRALIB_AUTOMATICALLY_INITIALIZE_CONNECTION_POOL_MANAGER 1 |
| #define TERRALIB_POOL_DEFAULT_MONITORING_TIME 60 |