|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | column_type |
| Oid | typiofunc |
| Oid | typioparam |
| FmgrInfo | proc |
| Oid | typid |
| int32 | typmod |
| TypeCat | typcat |
| ScalarIOData | scalar_io |
| union { | |
| ArrayIOData array | |
| CompositeIOData composite | |
| DomainIOData domain | |
| } | io |
| bool | typisvarlena |
Definition at line 814 of file hstore_io.c.
| ArrayIOData ColumnIOData::array |
Definition at line 220 of file jsonfuncs.c.
Referenced by populate_record_field(), and prepare_column_cache().
| Oid ColumnIOData::column_type |
Definition at line 816 of file hstore_io.c.
Referenced by hstore_from_record(), hstore_populate_record(), record_in(), record_out(), record_recv(), and record_send().
| CompositeIOData ColumnIOData::composite |
Definition at line 221 of file jsonfuncs.c.
Referenced by get_record_type_from_query(), populate_record_field(), populate_record_worker(), populate_recordset_record(), populate_recordset_worker(), and prepare_column_cache().
| DomainIOData ColumnIOData::domain |
Definition at line 222 of file jsonfuncs.c.
Referenced by populate_record_field(), and prepare_column_cache().
| union { ... } ColumnIOData::io |
| FmgrInfo ColumnIOData::proc |
Definition at line 819 of file hstore_io.c.
Referenced by hstore_from_record(), hstore_populate_record(), record_in(), record_out(), record_recv(), and record_send().
| ScalarIOData ColumnIOData::scalar_io |
Definition at line 216 of file jsonfuncs.c.
Referenced by populate_record_field(), and prepare_column_cache().
| TypeCat ColumnIOData::typcat |
Definition at line 215 of file jsonfuncs.c.
Referenced by get_record_type_from_argument(), populate_record_field(), populate_recordset_record(), and prepare_column_cache().
| Oid ColumnIOData::typid |
Definition at line 213 of file jsonfuncs.c.
Referenced by populate_record_field(), and prepare_column_cache().
| Oid ColumnIOData::typiofunc |
Definition at line 817 of file hstore_io.c.
Referenced by hstore_from_record(), hstore_populate_record(), record_in(), record_out(), record_recv(), and record_send().
| Oid ColumnIOData::typioparam |
Definition at line 818 of file hstore_io.c.
Referenced by hstore_populate_record(), record_in(), and record_recv().
| bool ColumnIOData::typisvarlena |
Definition at line 39 of file rowtypes.c.
Referenced by record_out(), and record_send().
| int32 ColumnIOData::typmod |
Definition at line 214 of file jsonfuncs.c.
Referenced by populate_record_field(), and prepare_column_cache().