TPgSQLStatement.h File Reference

#include "TSQLStatement.h"
#include <sys/time.h>
#include <libpq-fe.h>
#include <pg_config.h>

Go to the source code of this file.

Classes

struct  PgSQL_Stmt_t
class  TPgSQLStatement

Defines

#define pgsql_success(x)


Define Documentation

#define pgsql_success ( x   ) 

Value:

(((x) == PGRES_EMPTY_QUERY) \
                        || ((x) == PGRES_COMMAND_OK) \
                        || ((x) == PGRES_TUPLES_OK))

Definition at line 29 of file TPgSQLStatement.h.

Referenced by TPgSQLServer::Statement().


Generated on Tue Jul 5 16:08:50 2011 for ROOT_528-00b_version by  doxygen 1.5.1