Transactor.h File Reference

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

 te
 URI C++ Library.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::pgis
 Namespace for the TerraLib PostGIS driver implementation.
 

Typedefs

typedef boost::shared_ptr< Transactor > te::pgis::TransactorPtr
 

Detailed Description

A Transactor can be viewed as a connection to the data source for reading/writing things into it.

Definition in file Transactor.h.