All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataSet.cpp File Reference

Implementation of a dataset for the PostGIS driver. More...

#include "../Defines.h"
#include "../common/ByteSwapUtils.h"
#include "../common/Globals.h"
#include "../common/StringUtils.h"
#include "../common/Translator.h"
#include "../dataaccess/dataset/DataSetType.h"
#include "../datatype/Array.h"
#include "../datatype/ByteArray.h"
#include "../datatype/DateTime.h"
#include "../datatype/SimpleData.h"
#include "../geometry/Geometry.h"
#include "Connection.h"
#include "ConnectionPool.h"
#include "DataSet.h"
#include "DataSource.h"
#include "EWKBReader.h"
#include "Exception.h"
#include "Utils.h"
#include <cassert>
#include <memory>
#include <boost/dynamic_bitset.hpp>
#include <libpq-fe.h>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::pgis
 Namespace for the TerraLib PostGIS driver implementation.
 

Functions

template<class T , class ALIGN >
void te::pgis::GetArray (int i, int j, PGresult *result, std::vector< T > &a)
 It retrieves information from an unidimensional array. More...
 

Detailed Description

Implementation of a dataset for the PostGIS driver.

Definition in file DataSet.cpp.