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

A class that implements a connection to a PostgreSQL database. More...

#include "../common/Translator.h"
#include "Connection.h"
#include "Exception.h"
#include <cassert>
#include <string>
#include <libpq-fe.h>
#include <boost/format.hpp>

Go to the source code of this file.

Functions

static void PostGISNoticeProcessor (void *, const char *)
 This will just close the PostgreSQL notice processor. More...
 

Detailed Description

A class that implements a connection to a PostgreSQL database.

Definition in file Connection.cpp.

Function Documentation

static void PostGISNoticeProcessor ( void *  ,
const char *   
)
static

This will just close the PostgreSQL notice processor.

Definition at line 132 of file Connection.cpp.

Referenced by te::pgis::Connection::Connection().