db_bridge/postgresql_db.cpp
changeset 40 be3f5582b839
parent 20 5fec678f931b
child 65 76514757b0d6
equal deleted inserted replaced
39:46d7ec9d63bd 40:be3f5582b839
     1 /**
     1 /**
     2  * db_bridge/postgresql_db.cpp
     2  * db_bridge/postgresql_db.cpp
     3  * Copyright 2008 (C) Markus Broeker
     3  * Copyright 2008 (C) Markus Broeker
     4  */
     4  */
     5 
     5 
       
     6 #include <cstdlib>
     6 #include <postgresql_db.h>
     7 #include <postgresql_db.h>
     7 #include <exception>
     8 #include <exception>
     8 #include <console.h>
     9 #include <console.h>
     9 
    10 
    10 PostgreSQL_DB::PostgreSQL_DB (std::string srv, std::string usr, std::string pwd, std::string db)
    11 PostgreSQL_DB::PostgreSQL_DB (std::string srv, std::string usr, std::string pwd, std::string db)