DataSourceTransactor.h File Reference

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

#include "../../common/Enums.h"
#include "../../geometry/Enums.h"
#include "../dataset/CheckConstraint.h"
#include "../dataset/DataSetType.h"
#include "../dataset/DataSet.h"
#include "../dataset/ForeignKey.h"
#include "../dataset/Index.h"
#include "../dataset/PrimaryKey.h"
#include "../dataset/Sequence.h"
#include "../dataset/UniqueKey.h"
#include "../Config.h"
#include "BatchExecutor.h"
#include "PreparedQuery.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <set>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/cstdint.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  te::da::DataSourceTransactor
 A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things into it. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Typedefs

typedef boost::shared_ptr< DataSourceTransactor > te::da::DataSourceTransactorPtr
 

Detailed Description

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

Definition in file DataSourceTransactor.h.