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

Go to the source code of this file.

Classes

struct  PgSQL_Stmt_t
 
class  TPgSQLStatement
 

Macros

#define pgsql_success(x)
 

Macro Definition Documentation

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

Referenced by TPgSQLServer::Statement().