A class that implements a connection to a PostgreSQL database.
More...
#include "Config.h"
#include <cstddef>
#include <string>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Classes | |
class | te::pgis::Connection |
A class that implements a connection to a PostgreSQL database. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::pgis |
Namespace for the TerraLib PostGIS driver implementation. | |
Typedefs | |
typedef struct pg_conn | PGconn |
typedef struct pg_result | PGresult |
A class that implements a connection to a PostgreSQL database.
Definition in file Connection.h.
typedef struct pg_conn PGconn |
Definition at line 45 of file Connection.h.
typedef struct pg_result PGresult |
Definition at line 48 of file Connection.h.