PostgreSQL Source Code  git master
connection Struct Reference

#include <ecpglib_extern.h>

Data Fields

char * name
 
PGconnconnection
 
bool autocommit
 
struct ECPGtype_information_cachecache_head
 
struct prepared_statementprep_stmts
 
struct connectionnext
 

Detailed Description

Definition at line 104 of file ecpglib_extern.h.

Field Documentation

◆ autocommit

bool connection::autocommit

Definition at line 108 of file ecpglib_extern.h.

Referenced by ECPGsetcommit(), and ECPGtrans().

◆ cache_head

struct ECPGtype_information_cache* connection::cache_head

Definition at line 109 of file ecpglib_extern.h.

Referenced by ecpg_finish(), and ECPGconnect().

◆ connection

◆ name

char* connection::name

◆ next

struct connection* connection::next

Definition at line 111 of file ecpglib_extern.h.

Referenced by ecpg_finish(), ecpg_get_connection_nr(), and ECPGdisconnect().

◆ prep_stmts


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