Data Fields

pg_con Struct Reference
[PostgreSQL Database Driver]

Postgres specific connection data. More...

#include <km_pg_con.h>

Collaboration diagram for pg_con:
Collaboration graph
[legend]

Data Fields


Detailed Description

A structure representing a connection to PostgreSQL server.

This structure represents connections to PostgreSQL servers. It contains PostgreSQL specific data, such as PostgreSQL connection handle, connection flags, and an array with data types supported by the server.

Definition at line 45 of file km_pg_con.h.


Field Documentation

PGconn * pg_con::con

Postgres connection handle.

Definition at line 52 of file km_pg_con.h.

Referenced by db_postgres_free_connection(), db_postgres_new_connection(), get_oids(), pg_cmd_exec(), and upload_cmd().


The documentation for this struct was generated from the following files: