#include <extern.h>
Data Fields | |
int | lineno |
char * | command |
char * | name |
struct connection * | connection |
enum COMPAT_MODE | compat |
bool | force_indicator |
enum ECPG_statement_type | statement_type |
bool | questionmarks |
struct variable * | inlist |
struct variable * | outlist |
Definition at line 51 of file extern.h.
char* statement::command |
Definition at line 54 of file extern.h.
Referenced by deallocate_one(), ecpg_execute(), ecpg_prepared(), ECPGdo(), free_statement(), insert_tobeinserted(), and prepare_common().
Definition at line 57 of file extern.h.
Referenced by ecpg_execute(), ecpg_is_type_an_array(), ecpg_store_result(), ECPGdo(), and prepare_common().
struct connection* statement::connection |
Definition at line 56 of file extern.h.
Referenced by deallocate_one(), ecpg_execute(), ecpg_is_type_an_array(), ECPGdo(), ECPGget_desc(), and prepare_common().
Definition at line 58 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), and ECPGdo().
struct variable* statement::inlist |
Definition at line 61 of file extern.h.
Referenced by ecpg_execute(), ECPGdo(), free_statement(), and prepare_common().
Definition at line 53 of file extern.h.
Referenced by deallocate_one(), ecpg_execute(), ecpg_is_type_an_array(), ecpg_store_result(), ECPGdo(), ECPGget_desc(), insert_tobeinserted(), and prepare_common().
char* statement::name |
Definition at line 55 of file extern.h.
Referenced by ecpg_execute(), ECPGdo(), and free_statement().
struct variable* statement::outlist |
Definition at line 62 of file extern.h.
Referenced by ecpg_execute(), ECPGdo(), free_statement(), and prepare_common().
Definition at line 60 of file extern.h.
Referenced by ecpg_execute(), and ECPGdo().
Definition at line 59 of file extern.h.
Referenced by ecpg_execute(), and ECPGdo().