PostgreSQL Source Code git master
|
#include <ecpglib_extern.h>
Data Fields | |
char * | name |
PGconn * | connection |
bool | autocommit |
struct ECPGtype_information_cache * | cache_head |
struct prepared_statement * | prep_stmts |
struct connection * | next |
Definition at line 101 of file ecpglib_extern.h.
bool connection::autocommit |
Definition at line 105 of file ecpglib_extern.h.
Referenced by ECPGsetcommit(), and ECPGtrans().
struct ECPGtype_information_cache* connection::cache_head |
Definition at line 106 of file ecpglib_extern.h.
Referenced by ecpg_finish(), and ECPGconnect().
PGconn* connection::connection |
Definition at line 104 of file ecpglib_extern.h.
Referenced by ecpg_do_prologue(), ecpg_finish(), ECPGdescribe(), ECPGget_PGconn(), ECPGsetcommit(), ECPGstatus(), ECPGtrans(), and ECPGtransactionStatus().
char* connection::name |
Definition at line 103 of file ecpglib_extern.h.
Referenced by ecpg_do_prologue(), ecpg_finish(), ecpg_get_connection_nr(), ECPGsetcommit(), ECPGstatus(), and ECPGtrans().
struct connection* connection::next |
Definition at line 108 of file ecpglib_extern.h.
Referenced by ecpg_finish(), ecpg_get_connection_nr(), and ECPGdisconnect().
struct prepared_statement* connection::prep_stmts |
Definition at line 107 of file ecpglib_extern.h.
Referenced by deallocate_one(), ecpg_deallocate_all_conn(), ecpg_find_prepared_statement(), ecpg_register_prepared_stmt(), ECPGconnect(), and prepare_common().