PostgreSQL Source Code: prepared_statement Struct Reference (original) (raw)
#include <[ecpglib_extern.h](ecpglib%5F%5Fextern%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char * | name |
bool | prepared |
struct statement * | stmt |
struct prepared_statement * | next |
Detailed Description
Definition at line 92 of file ecpglib_extern.h.
Field Documentation
◆ name
char* prepared_statement::name
Definition at line 94 of file ecpglib_extern.h.
◆ next
struct prepared_statement* prepared_statement::next
Definition at line 97 of file ecpglib_extern.h.
Referenced by deallocate_one(), and ecpg_find_prepared_statement().
◆ prepared
bool prepared_statement::prepared
Definition at line 95 of file ecpglib_extern.h.
Referenced by deallocate_one().
◆ stmt
struct statement* prepared_statement::stmt
Definition at line 96 of file ecpglib_extern.h.
The documentation for this struct was generated from the following file:
- src/interfaces/ecpg/ecpglib/ecpglib_extern.h