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