PostgreSQL Source Code  git master
sqlda_struct Struct Reference

#include <sqlda-native.h>

Data Fields

char sqldaid [8]
 
long sqldabc
 
short sqln
 
short sqld
 
struct sqlda_structdesc_next
 
struct sqlvar_struct sqlvar [1]
 

Detailed Description

Definition at line 33 of file sqlda-native.h.

Field Documentation

◆ desc_next

struct sqlda_struct* sqlda_struct::desc_next

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

Referenced by ECPGdescribe(), and main().

◆ sqld

short sqlda_struct::sqld

◆ sqldabc

long sqlda_struct::sqldabc

Definition at line 36 of file sqlda-native.h.

Referenced by ecpg_build_native_sqlda().

◆ sqldaid

char sqlda_struct::sqldaid[8]

Definition at line 35 of file sqlda-native.h.

Referenced by ecpg_build_native_sqlda().

◆ sqln

short sqlda_struct::sqln

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

Referenced by ecpg_build_native_sqlda(), ecpg_build_params(), and main().

◆ sqlvar

struct sqlvar_struct sqlda_struct::sqlvar[1]

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