#include <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 75 of file extern.h.
Definition at line 79 of file extern.h.
Referenced by ecpg_execute(), ECPGsetcommit(), and ECPGtrans().
Definition at line 80 of file extern.h.
Referenced by ecpg_finish(), ecpg_is_type_an_array(), and ECPGconnect().
Definition at line 78 of file extern.h.
Referenced by deallocate_one(), ecpg_execute(), ecpg_finish(), ecpg_is_type_an_array(), ECPGdescribe(), ECPGdo(), ECPGget_PGconn(), ECPGsetcommit(), ECPGstatus(), ECPGtrans(), ECPGtransactionStatus(), and prepare_common().
char* connection::name |
Definition at line 77 of file extern.h.
Referenced by ecpg_execute(), ecpg_finish(), ecpg_get_connection_nr(), ECPGdo(), ECPGsetcommit(), ECPGstatus(), and ECPGtrans().
struct connection* connection::next |
Definition at line 82 of file extern.h.
Referenced by ecpg_finish(), ecpg_get_connection_nr(), and ECPGdisconnect().
Definition at line 81 of file extern.h.
Referenced by deallocate_one(), ecpg_deallocate_all_conn(), ecpg_find_prepared_statement(), ECPGconnect(), and prepare_common().