PostgreSQL Source Code: DatumTupleFields Struct Reference (original) (raw)

#include <[htup_details.h](htup%5F%5Fdetails%5F8h%5Fsource.html)>

Data Fields
int32 datum_len_
int32 datum_typmod
Oid datum_typeid

Detailed Description

Definition at line 134 of file htup_details.h.

Field Documentation

datum_len_

int32 DatumTupleFields::datum_len_

Definition at line 136 of file htup_details.h.

datum_typeid

Oid DatumTupleFields::datum_typeid

Definition at line 140 of file htup_details.h.

Referenced by HeapTupleHeaderGetTypMod(), and HeapTupleHeaderSetTypeId().

datum_typmod

int32 DatumTupleFields::datum_typmod

Definition at line 138 of file htup_details.h.

Referenced by HeapTupleHeaderSetTypMod().


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