#include "TSQLStatement.h"
#include <sys/time.h>
#include <libpq-fe.h>
#include <pg_config.h>
Go to the source code of this file.
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().