#include <extern.h>
Data Fields | |
| enum ECPGttype | type |
| void * | value |
| void * | pointer |
| long | varcharsize |
| long | arrsize |
| long | offset |
| enum ECPGttype | ind_type |
| void * | ind_value |
| void * | ind_pointer |
| long | ind_varcharsize |
| long | ind_arrsize |
| long | ind_offset |
| struct variable * | next |
| char * | name |
| struct ECPGtype * | type |
| int | brace_level |
Definition at line 107 of file extern.h.
| long variable::arrsize |
Definition at line 113 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), ECPGget_desc(), and ECPGset_desc().
Definition at line 162 of file type.h.
Referenced by dump_variables(), ECPGdump_a_type(), find_struct(), find_variable(), new_variable(), output_get_descr(), output_set_descr(), remove_variables(), and sqlda_variable().
Definition at line 119 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
| long variable::ind_offset |
Definition at line 120 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
| void* variable::ind_pointer |
Definition at line 117 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
Definition at line 115 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
| void* variable::ind_value |
Definition at line 116 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
Definition at line 118 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), ECPGdo(), and ECPGget_desc().
| char* variable::name |
Definition at line 160 of file type.h.
Referenced by dump_variables(), find_simple(), new_variable(), output_get_descr(), output_set_descr(), remove_variables(), and sqlda_variable().
| struct variable * variable::next |
Definition at line 121 of file extern.h.
Referenced by add_variable_to_tail(), ecpg_execute(), ECPGdo(), ECPGset_desc(), find_simple(), find_variable(), free_variable(), new_variable(), remove_variables(), and sqlda_variable().
| long variable::offset |
Definition at line 114 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), ECPGdump_a_simple(), ECPGget_desc(), and ECPGset_desc().
| void* variable::pointer |
Definition at line 111 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_result(), ECPGdo(), ECPGget_desc(), and ECPGset_desc().
| struct ECPGtype* variable::type |
| enum ECPGttype variable::type |
Definition at line 109 of file extern.h.
Referenced by dump_variables(), ecpg_execute(), ecpg_is_type_an_array(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), ECPGdump_a_type(), ECPGget_desc(), ECPGnumeric_lvalue(), ECPGset_desc(), find_struct(), find_variable(), new_variable(), output_get_descr(), output_set_descr(), remove_variables(), and sqlda_variable().
| void* variable::value |
Definition at line 110 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), ECPGget_desc(), and ECPGset_desc().
Definition at line 112 of file extern.h.
Referenced by ecpg_execute(), ecpg_store_input(), ecpg_store_result(), ECPGdo(), ECPGget_desc(), and ECPGset_desc().
1.7.1