Logo ROOT   6.14/05
Reference Guide
Classes | Macros
TPgSQLStatement.h File Reference
#include "TSQLStatement.h"
#include <libpq-fe.h>
#include <pg_config.h>
Include dependency graph for TPgSQLStatement.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  PgSQL_Stmt_t
 
class  TPgSQLStatement
 

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 23 of file TPgSQLStatement.h.