PostgreSQL Source Code  git master
sqlvar_struct Struct Reference

#include <sqlda-native.h>

Data Fields

short sqltype
 
short sqllen
 
char * sqldata
 
short * sqlind
 
struct sqlname sqlname
 

Detailed Description

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

Field Documentation

◆ sqldata

char* sqlvar_struct::sqldata

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

Referenced by dump_sqlda(), ecpg_build_params(), ecpg_set_native_sqlda(), and main().

◆ sqlind

short* sqlvar_struct::sqlind

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

Referenced by dump_sqlda(), ecpg_build_params(), and ecpg_set_native_sqlda().

◆ sqllen

short sqlvar_struct::sqllen

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

Referenced by ecpg_set_native_sqlda().

◆ sqlname

struct sqlname sqlvar_struct::sqlname

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

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

◆ sqltype

short sqlvar_struct::sqltype

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