|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | class_descr |
| Oid | class_oid |
| Oid | oid_index_oid |
| int | oid_catcache_id |
| int | name_catcache_id |
| AttrNumber | attnum_oid |
| AttrNumber | attnum_name |
| AttrNumber | attnum_namespace |
| AttrNumber | attnum_owner |
| AttrNumber | attnum_acl |
| ObjectType | objtype |
| bool | is_nsp_name_unique |
Definition at line 96 of file objectaddress.c.
| AttrNumber ObjectPropertyType::attnum_acl |
Definition at line 110 of file objectaddress.c.
Referenced by get_object_attnum_acl().
| AttrNumber ObjectPropertyType::attnum_name |
Definition at line 107 of file objectaddress.c.
Referenced by get_object_attnum_name().
| AttrNumber ObjectPropertyType::attnum_namespace |
Definition at line 108 of file objectaddress.c.
Referenced by get_object_attnum_namespace(), and get_object_namespace().
| AttrNumber ObjectPropertyType::attnum_oid |
Definition at line 106 of file objectaddress.c.
Referenced by get_object_attnum_oid().
| AttrNumber ObjectPropertyType::attnum_owner |
Definition at line 109 of file objectaddress.c.
Referenced by get_object_attnum_owner().
| const char* ObjectPropertyType::class_descr |
Definition at line 98 of file objectaddress.c.
Referenced by get_object_class_descr().
| Oid ObjectPropertyType::class_oid |
Definition at line 100 of file objectaddress.c.
Referenced by get_object_property_data().
| bool ObjectPropertyType::is_nsp_name_unique |
Definition at line 112 of file objectaddress.c.
Referenced by get_object_namensp_unique().
| int ObjectPropertyType::name_catcache_id |
Definition at line 103 of file objectaddress.c.
Referenced by get_object_catcache_name().
| ObjectType ObjectPropertyType::objtype |
Definition at line 111 of file objectaddress.c.
Referenced by get_object_type().
| int ObjectPropertyType::oid_catcache_id |
Definition at line 102 of file objectaddress.c.
Referenced by get_object_catcache_oid().
| Oid ObjectPropertyType::oid_index_oid |
Definition at line 101 of file objectaddress.c.
Referenced by get_object_oid_index().