PostgreSQL Source Code git master
Loading...
Searching...
No Matches
sqlda_compat Struct Reference

#include <sqlda-compat.h>

Data Fields

short sqld
 
struct sqlvar_compatsqlvar
 
char desc_name [19]
 
short desc_occ
 
struct sqlda_compatdesc_next
 
voidreserved
 

Detailed Description

Definition at line 37 of file sqlda-compat.h.

Field Documentation

◆ desc_name

char sqlda_compat::desc_name[19]

Definition at line 41 of file sqlda-compat.h.

◆ desc_next

struct sqlda_compat* sqlda_compat::desc_next

Definition at line 43 of file sqlda-compat.h.

Referenced by ecpg_process_output(), and ECPGdescribe().

◆ desc_occ

short sqlda_compat::desc_occ

Definition at line 42 of file sqlda-compat.h.

◆ reserved

void* sqlda_compat::reserved

Definition at line 44 of file sqlda-compat.h.

◆ sqld

short sqlda_compat::sqld

Definition at line 39 of file sqlda-compat.h.

Referenced by sqlda_compat_empty_size().

◆ sqlvar

struct sqlvar_compat* sqlda_compat::sqlvar

Definition at line 40 of file sqlda-compat.h.

Referenced by ecpg_build_compat_sqlda().


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