Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPgSQLStatement.cxx File Reference
#include "TPgSQLStatement.h"
#include "TDataType.h"
#include "TDatime.h"
#include "TTimeStamp.h"
#include "TMath.h"
#include "strlcpy.h"
#include "snprintf.h"
#include <cstdlib>
Include dependency graph for TPgSQLStatement.cxx:

Macros

#define pgsql_success(x)
 

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 30 of file TPgSQLStatement.cxx.