equal
deleted
inserted
replaced
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) |