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... | |
A class that implements a connection to a PostgreSQL database.
Definition in file Connection.cpp.
      
  | 
  static | 
This will just close the PostgreSQL notice processor.
Definition at line 132 of file Connection.cpp.
Referenced by te::pgis::Connection::Connection().