#include <sqlca.h>
Data Fields | |
char | sqlcaid [8] |
long | sqlabc |
long | sqlcode |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
char | sqlerrp [8] |
long | sqlerrd [6] |
char | sqlwarn [8] |
char | sqlstate [5] |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
struct { | |
int sqlerrml | |
char sqlerrmc [SQLERRMC_LEN] | |
} | sqlerrm |
Definition at line 19 of file sqlca.h.
long sqlca_t::sqlabc |
char sqlca_t::sqlcaid |
long sqlca_t::sqlcode |
Definition at line 23 of file sqlca.h.
Referenced by ecpg_log(), ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), and ECPGset_var().
long sqlca_t::sqlerrd |
Definition at line 30 of file sqlca.h.
Referenced by ecpg_execute(), ECPGget_desc(), and ECPGget_desc_header().
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
Referenced by ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), ECPGset_var(), and sqlprint().
struct { ... } sqlca_t::sqlerrm |
struct { ... } sqlca_t::sqlerrm |
char sqlca_t::sqlerrmc[SQLERRMC_LEN] |
Definition at line 27 of file sqlca.h.
Referenced by ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), ECPGset_var(), and sqlprint().
Definition at line 26 of file sqlca.h.
Referenced by ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), ECPGset_var(), and sqlprint().
char sqlca_t::sqlerrp |
char sqlca_t::sqlstate |
Definition at line 53 of file sqlca.h.
Referenced by ecpg_log(), ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), and ECPGset_var().
char sqlca_t::sqlwarn |
Definition at line 39 of file sqlca.h.
Referenced by ecpg_get_data(), and ECPGnoticeReceiver().