Files | |
| file | dataaccess/datasource/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 | src/terralib/dataaccess/datasource/BatchExecutor.cpp [code] |
| A class that models an object that submits commands in batch to the data source. | |
| file | src/terralib/dataaccess/datasource/BatchExecutor.h [code] |
| A class that models an object that submits commands in batch to the data source. | |
| file | src/terralib/dataaccess/datasource/DataSource.cpp [code] |
| An abstract class for data providers like a DBMS, Web Services or a regular file. | |
| file | src/terralib/dataaccess/datasource/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 | dataaccess/datasource/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 | src/terralib/dataaccess/datasource/DataSourceFactory.cpp [code] |
| file | src/terralib/dataaccess/datasource/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 | dataaccess/datasource/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 | src/terralib/dataaccess/datasource/DataSourceTransactor.cpp [code] |
| A DataSourceTransactor can be viewed as a gateway for reading/writing things into the data source. | |
| file | src/terralib/dataaccess/datasource/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 | src/terralib/dataaccess/datasource/PreparedQuery.cpp [code] |
| A class that models a prepared query. | |
| file | src/terralib/dataaccess/datasource/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. | |