|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | record_type |
| int32 | record_typmod |
| void * | domain_info |
| int | ncolumns |
| ColumnIOData | columns [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 822 of file hstore_io.c.
| 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().
| void* RecordIOData::domain_info |
Definition at line 827 of file hstore_io.c.
Referenced by hstore_populate_record().
| 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().
| 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().
| 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().