Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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:

Macros

#define pgsql_success(x)
 

Functions

TSQLServerROOT_Plugin_TPgSQLServer (const char *db, const char *uid, const char *pw)
 PluginManager generator function.
 

Macro Definition Documentation

◆ pgsql_success

#define pgsql_success (   x)
Value:
(((x) == PGRES_EMPTY_QUERY) \
|| ((x) == PGRES_COMMAND_OK) \
|| ((x) == PGRES_TUPLES_OK))
Double_t x[n]
Definition legend1.C:17

Definition at line 22 of file TPgSQLServer.cxx.

Function Documentation

◆ ROOT_Plugin_TPgSQLServer()

TSQLServer * ROOT_Plugin_TPgSQLServer ( const char *  db,
const char *  uid,
const char *  pw 
)

PluginManager generator function.

Definition at line 30 of file TPgSQLServer.cxx.