PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 ecpg_process_output(), ECPGdescribe(), and main().

◆ sqld

short sqlda_struct::sqld

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

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

◆ sqldabc

long sqlda_struct::sqldabc

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

◆ sqldaid

char sqlda_struct::sqldaid[8]

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

◆ sqln

short sqlda_struct::sqln

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

Referenced by main().

◆ sqlvar

struct sqlvar_struct sqlda_struct::sqlvar[1]

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

Referenced by main().


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