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