PostgreSQL Source Code  git master
sqlname Struct Reference

#include <sqlda-native.h>

Data Fields

short length
 
char data [NAMEDATALEN]
 

Detailed Description

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

Field Documentation

◆ data

char sqlname::data[NAMEDATALEN]

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

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

◆ length

short sqlname::length

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

Referenced by ecpg_build_native_sqlda().


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