Utility functions for PostgreSQL. More...
#include "../common/HexUtils.h"#include "../common/Translator.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) | 
Utility functions for PostgreSQL.
Definition in file Utils.cpp.