ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TPgSQLServer.cxx File Reference
#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...
 

Function Documentation

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.