26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_DATASOURCE_H_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_DATASOURCE_H_H 
A class that represents the known capabilities of a specific data source.
 
A singleton to keep all the registered data sources.
 
A conteiner class for keeping information about a data source.
 
This is a singleton for managing all data source instances available in the system.
 
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
 
A factory for data sources.
 
An abstract class for data providers like a DBMS, Web Services or a regular file.