PostgreSQL Source Code  git master
sqlvar_compat Struct Reference

#include <sqlda-compat.h>

Data Fields

short sqltype
 
int sqllen
 
char * sqldata
 
short * sqlind
 
char * sqlname
 
char * sqlformat
 
short sqlitype
 
short sqlilen
 
char * sqlidata
 
int sqlxid
 
char * sqltypename
 
short sqltypelen
 
short sqlownerlen
 
short sqlsourcetype
 
char * sqlownername
 
int sqlsourceid
 
char * sqlilongdata
 
int sqlflags
 
void * sqlreserved
 

Detailed Description

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

Field Documentation

◆ sqldata

char* sqlvar_compat::sqldata

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

Referenced by ecpg_build_params(), and ecpg_set_compat_sqlda().

◆ sqlflags

int sqlvar_compat::sqlflags

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

◆ sqlformat

char* sqlvar_compat::sqlformat

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

◆ sqlidata

char* sqlvar_compat::sqlidata

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

◆ sqlilen

short sqlvar_compat::sqlilen

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

Referenced by ecpg_set_compat_sqlda().

◆ sqlilongdata

char* sqlvar_compat::sqlilongdata

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

Referenced by ecpg_set_compat_sqlda().

◆ sqlind

short* sqlvar_compat::sqlind

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

Referenced by ecpg_build_params(), and ecpg_set_compat_sqlda().

◆ sqlitype

short sqlvar_compat::sqlitype

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

Referenced by ecpg_set_compat_sqlda().

◆ sqllen

int sqlvar_compat::sqllen

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

Referenced by ecpg_set_compat_sqlda().

◆ sqlname

char* sqlvar_compat::sqlname

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

Referenced by ecpg_build_compat_sqlda().

◆ sqlownerlen

short sqlvar_compat::sqlownerlen

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

◆ sqlownername

char* sqlvar_compat::sqlownername

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

◆ sqlreserved

void* sqlvar_compat::sqlreserved

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

◆ sqlsourceid

int sqlvar_compat::sqlsourceid

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

◆ sqlsourcetype

short sqlvar_compat::sqlsourcetype

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

◆ sqltype

short sqlvar_compat::sqltype

◆ sqltypelen

short sqlvar_compat::sqltypelen

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

Referenced by ecpg_build_compat_sqlda().

◆ sqltypename

char* sqlvar_compat::sqltypename

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

◆ sqlxid

int sqlvar_compat::sqlxid

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

Referenced by ecpg_build_compat_sqlda().


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