PostgreSQL Source Code  git master
ArrayIOData Struct Reference

Data Fields

ColumnIODataelement_info
 
Oid element_type
 
int32 element_typmod
 

Detailed Description

Definition at line 165 of file jsonfuncs.c.

Field Documentation

◆ element_info

ColumnIOData* ArrayIOData::element_info

Definition at line 167 of file jsonfuncs.c.

Referenced by populate_array_element(), and prepare_column_cache().

◆ element_type

Oid ArrayIOData::element_type

Definition at line 168 of file jsonfuncs.c.

Referenced by populate_array(), populate_array_element(), and prepare_column_cache().

◆ element_typmod

int32 ArrayIOData::element_typmod

Definition at line 169 of file jsonfuncs.c.

Referenced by populate_array_element(), and prepare_column_cache().


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