#include "TPgSQLServer.h"
#include "TPgSQLResult.h"
#include "TPgSQLStatement.h"
#include "TSQLColumnInfo.h"
#include "TSQLTableInfo.h"
#include "TSQLRow.h"
#include "TUrl.h"
#include "TList.h"
#include <pg_config.h>
#include <libpq-fe.h>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | pgsql_success(x) |
Functions | |
TSQLServer * | ROOT_Plugin_TPgSQLServer (const char *db, const char *uid, const char *pw) |
PluginManager generator function. | |
#define pgsql_success | ( | x | ) |
Definition at line 24 of file TPgSQLServer.cxx.
TSQLServer * ROOT_Plugin_TPgSQLServer | ( | const char * | db, |
const char * | uid, | ||
const char * | pw | ||
) |
PluginManager generator function.
Definition at line 33 of file TPgSQLServer.cxx.