A Transactor can be viewed as a connection to the data source for reading/writing things into it. More...
#include "../dataaccess/datasource/DataSourceTransactor.h"
#include "Config.h"
#include "DataSource.h"
#include <memory>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | te::pgis::Transactor |
The transactor class for the PostGIS driver. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
namespace | te::pgis |
Namespace for the TerraLib PostGIS driver implementation. | |
Typedefs | |
typedef boost::shared_ptr< Transactor > | te::pgis::TransactorPtr |
A Transactor can be viewed as a connection to the data source for reading/writing things into it.
Definition in file Transactor.h.