#include <PGConnection.h>
Inheritance diagram for PGConnection:

Public Member Functions | |
| PGConnection () | |
| PGConnection constructor. | |
| ~PGConnection () | |
| PGConnection destructor. | |
| void | connect (string aString) |
| Permit to be connected to postgresql. | |
| list< list< string > > | executeQuery (string aQuery) |
| Permit to execute a query to postgresql. | |
| int | executeUpdate (string aQuery) |
| Permit to execute an update to postgresql. | |
| void | closeConnection () |
| Permit to close the connection with postgresql. | |
|
|
Permit to be connected to postgresql.
Implements Connection. |
|
|
Permit to execute a query to postgresql.
Implements Connection. |
|
|
Permit to execute an update to postgresql.
Implements Connection. |
1.4.4