PostgreSQL Source Code git master
Loading...
Searching...
No Matches
descriptor_item Struct Reference

#include <ecpglib_extern.h>

Data Fields

int num
 
chardata
 
int indicator
 
int length
 
int precision
 
int scale
 
int type
 
bool is_binary
 
int data_len
 
struct descriptor_itemnext
 

Detailed Description

Definition at line 121 of file ecpglib_extern.h.

Field Documentation

◆ data

char* descriptor_item::data

Definition at line 124 of file ecpglib_extern.h.

◆ data_len

int descriptor_item::data_len

Definition at line 131 of file ecpglib_extern.h.

◆ indicator

int descriptor_item::indicator

Definition at line 125 of file ecpglib_extern.h.

◆ is_binary

bool descriptor_item::is_binary

Definition at line 130 of file ecpglib_extern.h.

◆ length

int descriptor_item::length

Definition at line 126 of file ecpglib_extern.h.

◆ next

struct descriptor_item* descriptor_item::next

Definition at line 132 of file ecpglib_extern.h.

◆ num

int descriptor_item::num

Definition at line 123 of file ecpglib_extern.h.

◆ precision

int descriptor_item::precision

Definition at line 127 of file ecpglib_extern.h.

◆ scale

int descriptor_item::scale

Definition at line 128 of file ecpglib_extern.h.

◆ type

int descriptor_item::type

Definition at line 129 of file ecpglib_extern.h.


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