26 #ifndef __TERRALIB_INTERNAL_ADO_H 
   27 #define __TERRALIB_INTERNAL_ADO_H 
   30 #include "ado/Config.h" 
   32 #include "ado/DataSetPersistence.h" 
   33 #include "ado/DataSetTypePersistence.h" 
   35 #include "ado/DataSourceCatalogLoader.h" 
   37 #include "ado/DataSourceTransactor.h" 
   52 #endif  // __TERRALIB_INTERNAL_ADO_H 
A utility class to initialize and terminate TerraLib ADO driver support. 
 
Utility functions for ADO. 
 
DataSet class implementation for Microsoft Access driver. 
 
This is the factory for ADO data sources. 
 
A visitor for building an SQL statement using ADO dialect. 
 
Implementation of the data source class for the ADO driver. 
 
An static class with global definitions. 
 
An exception class for ADO.