![]() |
ROOT
6.06/09
Reference Guide
|
#include "TPgSQLServer.h"#include "TPgSQLResult.h"#include "TPgSQLStatement.h"#include "TSQLColumnInfo.h"#include "TSQLTableInfo.h"#include "TSQLRow.h"#include "TUrl.h"#include "TList.h"
Include dependency graph for TPgSQLServer.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TPgSQLServer) TPgSQLServer | |
| Open a connection to a PgSQL DB server. More... | |
| ClassImp | ( | TPgSQLServer | ) |
Open a connection to a PgSQL DB server.
The db arguments should be of the form "pgsql://<host>[:<port>][/<database>]", e.g.: "pgsql://pcroot.cern.ch:3456/test". The uid is the username and pw the password that should be used for the connection.
Definition at line 22 of file TPgSQLServer.cxx.