Macro packages and conventions


PG(7)

PG -- interface to PostgreSQL

SYNOPSIS

#include <DB/PG.h>


typedef struct {
        REFVAR;         /* Referenzzähler */
        PGconn *conn;   /* Verbindungsdaten */
        PGresult *res;  /* Ergebnisdaten */
        FILE *trace;    /* Trace File */
        int lock;       /* Sperre für exec-Befehle */
        int trans;      /* Flag für Transaktion */
} PG;

DESCRIPTION

The structure PG represents a connection to a database server.

SEE ALSO

refdata(3), PG_connect(3), PG_exec(3), PG_open(3), PG_query(3), SetupPG(3).
PostgreSQL Programmer's Guide.

COPYRIGHT

Copyright (C) 2001 Erich Frühstück


go to next section, start of document, contents, index