PostgreSQL Source Code
git master
|
#include <ecpglib_extern.h>
Data Fields | |
char * | name |
bool | prepared |
struct statement * | stmt |
struct prepared_statement * | next |
Definition at line 92 of file ecpglib_extern.h.
char* prepared_statement::name |
Definition at line 94 of file ecpglib_extern.h.
struct prepared_statement* prepared_statement::next |
Definition at line 97 of file ecpglib_extern.h.
Referenced by deallocate_one(), and ecpg_find_prepared_statement().
bool prepared_statement::prepared |
Definition at line 95 of file ecpglib_extern.h.
Referenced by deallocate_one().
struct statement* prepared_statement::stmt |
Definition at line 96 of file ecpglib_extern.h.