Go to the source code of this file.
◆ PGDLLIMPORT
◆ sqlca
Definition at line 59 of file sqlca.h.
Referenced by check_result_of_insert(), close_cur1(), dosqlprint(), ecpg_get_data(), ECPG_informix_reset_sqlca(), ecpg_process_output(), ecpg_raise(), ecpg_raise_backend(), ECPGallocate_desc(), ECPGconnect(), ECPGdeallocate_desc(), ECPGdisconnect(), ECPGget_desc(), ECPGget_desc_header(), ECPGnoticeReceiver(), get_record1(), get_var1(), main(), open_cur1(), openit(), sqlprint(), and test().
◆ SQLERRMC_LEN
◆ ECPGget_sqlca()
struct sqlca_t* ECPGget_sqlca |
( |
void |
| ) |
|
Definition at line 141 of file misc.c.
143 #ifdef ENABLE_THREAD_SAFETY 146 pthread_once(&sqlca_key_once, ecpg_sqlca_key_init);
void ecpg_init_sqlca(struct sqlca_t *sqlca)
void * pthread_getspecific(pthread_key_t key)
static struct sqlca_t sqlca
void pthread_setspecific(pthread_key_t key, void *val)