PostgreSQL Source Code  git master
prepared_statement Struct Reference

#include <ecpglib_extern.h>

Data Fields

char * name
 
bool prepared
 
struct statementstmt
 
struct prepared_statementnext
 

Detailed Description

Definition at line 95 of file ecpglib_extern.h.

Field Documentation

◆ name

char* prepared_statement::name

Definition at line 97 of file ecpglib_extern.h.

◆ next

struct prepared_statement* prepared_statement::next

Definition at line 100 of file ecpglib_extern.h.

Referenced by deallocate_one(), and ecpg_find_prepared_statement().

◆ prepared

bool prepared_statement::prepared

Definition at line 98 of file ecpglib_extern.h.

Referenced by deallocate_one().

◆ stmt

struct statement* prepared_statement::stmt

Definition at line 99 of file ecpglib_extern.h.


The documentation for this struct was generated from the following file: