DataTypes.h File Reference

Utility data types for PostgreSQL. More...

#include <cstring>

Go to the source code of this file.

Classes

struct  te::pgis::Array
 Auxiliary structure used to decode Array data types. More...
 
struct  te::pgis::Numeric
 Auxiliary structure used to decode Numeric data types. More...
 
struct  te::pgis::VersionInfo
 A data structure for holding version information. More...
 

Namespaces

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

Functions

te::pgis::VersionInfooperator<< (te::pgis::VersionInfo &vinfo, const char *v)
 

Detailed Description

Utility data types for PostgreSQL.

Definition in file DataTypes.h.

Function Documentation

te::pgis::VersionInfo& operator<< ( te::pgis::VersionInfo vinfo,
const char *  v 
)