PostgreSQL Source Code
git master
|
#include <ecpglib_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 |
char * | oldlocale |
int | nparams |
char ** | paramvalues |
int * | paramlengths |
int * | paramformats |
PGresult * | results |
Definition at line 64 of file ecpglib_extern.h.
char* statement::command |
Definition at line 67 of file ecpglib_extern.h.
Referenced by ecpg_do_prologue(), and ecpg_register_prepared_stmt().
enum COMPAT_MODE statement::compat |
Definition at line 69 of file ecpglib_extern.h.
struct connection* statement::connection |
Definition at line 69 of file ecpglib_extern.h.
Referenced by ecpg_register_prepared_stmt().
bool statement::force_indicator |
Definition at line 71 of file ecpglib_extern.h.
struct variable* statement::inlist |
Definition at line 74 of file ecpglib_extern.h.
Referenced by ecpg_register_prepared_stmt().
int statement::lineno |
Definition at line 66 of file ecpglib_extern.h.
Referenced by ecpg_do(), ecpg_do_prologue(), ecpg_register_prepared_stmt(), ECPGdo(), ECPGget_desc(), prepare_common(), and replace_variables().
char* statement::name |
Definition at line 68 of file ecpglib_extern.h.
Referenced by ecpg_register_prepared_stmt().
int statement::nparams |
Definition at line 84 of file ecpglib_extern.h.
char* statement::oldlocale |
Definition at line 79 of file ecpglib_extern.h.
struct variable* statement::outlist |
Definition at line 75 of file ecpglib_extern.h.
Referenced by ecpg_register_prepared_stmt().
int* statement::paramformats |
Definition at line 87 of file ecpglib_extern.h.
int* statement::paramlengths |
Definition at line 86 of file ecpglib_extern.h.
char** statement::paramvalues |
Definition at line 85 of file ecpglib_extern.h.
bool statement::questionmarks |
Definition at line 73 of file ecpglib_extern.h.
PGresult* statement::results |
Definition at line 88 of file ecpglib_extern.h.
enum ECPG_statement_type statement::statement_type |
Definition at line 71 of file ecpglib_extern.h.
Referenced by ecpg_do_prologue().