datasource Directory Reference

Files

file  AbstractConnectionPool.h [code]
 This class defines the basic interface for a connection pool.
 
file  BatchExecutor.h [code]
 A class that models an object that submits commands in batch to the data source.
 
file  ConnectionPoolManager.h [code]
 A singleton for managing the connection pools available in the system.
 
file  DataSource.h [code]
 An abstract class for data providers like a DBMS, Web Services or a regular file.
 
file  DataSourceCapabilities.h [code]
 A class that represents the known capabilities of a specific data source.
 
file  DataSourceCatalog.h [code]
 It represents the system catalog of a DataSource.
 
file  DataSourceCatalogManager.h [code]
 This is a singleton for managing all the data source catalog instances available in the system.
 
file  DataSourceFactory.h [code]
 A factory for data sources.
 
file  DataSourceInfo.h [code]
 A conteiner class for keeping information about a data source.
 
file  DataSourceInfoManager.h [code]
 A singleton to keep all the registered data sources.
 
file  DataSourceManager.h [code]
 This is a singleton for managing all data source instances available in the system.
 
file  DataSourceTransactor.h [code]
 A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things into it.
 
file  DataTypeCapabilities.h [code]
 A class that represents the supported data types of a specific data source.
 
file  PreparedQuery.h [code]
 A class that models a prepared query.
 
file  ScopedTransaction.h [code]
 An utitily class to coordinate transactions.