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

Data Fields
Oid record_type
int32 record_typmod
void * domain_info
int ncolumns
ColumnIOData columns [FLEXIBLE_ARRAY_MEMBER]

Detailed Description

Definition at line 822 of file hstore_io.c.

Field Documentation

columns

ColumnIOData RecordIOData::columns

Definition at line 829 of file hstore_io.c.

Referenced by hstore_from_record(), hstore_populate_record(), populate_record(), record_in(), record_out(), record_recv(), and record_send().

domain_info

void* RecordIOData::domain_info

Definition at line 827 of file hstore_io.c.

Referenced by hstore_populate_record().

ncolumns

int RecordIOData::ncolumns

Definition at line 828 of file hstore_io.c.

Referenced by hstore_from_record(), hstore_populate_record(), populate_record(), record_in(), record_out(), record_recv(), and record_send().

record_type

Oid RecordIOData::record_type

Definition at line 824 of file hstore_io.c.

Referenced by hstore_from_record(), hstore_populate_record(), populate_record(), record_in(), record_out(), record_recv(), and record_send().

record_typmod

int32 RecordIOData::record_typmod

Definition at line 825 of file hstore_io.c.

Referenced by hstore_from_record(), hstore_populate_record(), populate_record(), record_in(), record_out(), record_recv(), and record_send().


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