src/terralib/postgis/Utils.cpp File Reference

Utility functions for PostgreSQL. More...

#include "../core/utils/HexUtils.h"
#include "../core/translator/Translator.h"
#include "../core/uri/URI.h"
#include "../core/uri/Utils.h"
#include "../dataaccess/dataset/DataSet.h"
#include "../dataaccess/dataset/DataSetType.h"
#include "../datatype/ByteArray.h"
#include "EWKBWriter.h"
#include "Exception.h"
#include "Globals.h"
#include "Utils.h"
#include <boost/lexical_cast.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

bool te::pgis::SetColumnDef (std::string &s, const std::string &tname, const te::dt::SimpleProperty *p, bool justDataType=false)
 
void te::pgis::SetColumnDef (std::string &s, const te::dt::NumericProperty *p, bool justDataType=false)
 
void te::pgis::SetColumnDef (std::string &s, const std::string &tname, const te::dt::StringProperty *p, bool justDataType=false)
 
void te::pgis::SetColumnDef (std::string &s, const te::dt::ArrayProperty *p, bool justDataType=false)
 
bool te::pgis::SetColumnDef (std::string &s, const std::string &tname, const te::dt::DateTimeProperty *p, bool justDataType=false)
 

Detailed Description

Utility functions for PostgreSQL.

Definition in file src/terralib/postgis/Utils.cpp.