PostgreSQL Source Code  git master
ObjectPropertyType Struct Reference

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
 

Detailed Description

Definition at line 97 of file objectaddress.c.

Field Documentation

◆ attnum_acl

AttrNumber ObjectPropertyType::attnum_acl

Definition at line 111 of file objectaddress.c.

Referenced by get_object_attnum_acl().

◆ attnum_name

AttrNumber ObjectPropertyType::attnum_name

Definition at line 108 of file objectaddress.c.

Referenced by get_object_attnum_name().

◆ attnum_namespace

AttrNumber ObjectPropertyType::attnum_namespace

Definition at line 109 of file objectaddress.c.

Referenced by get_object_attnum_namespace(), and get_object_namespace().

◆ attnum_oid

AttrNumber ObjectPropertyType::attnum_oid

Definition at line 107 of file objectaddress.c.

Referenced by get_object_attnum_oid().

◆ attnum_owner

AttrNumber ObjectPropertyType::attnum_owner

Definition at line 110 of file objectaddress.c.

Referenced by get_object_attnum_owner().

◆ class_descr

const char* ObjectPropertyType::class_descr

Definition at line 99 of file objectaddress.c.

Referenced by get_object_class_descr().

◆ class_oid

Oid ObjectPropertyType::class_oid

Definition at line 101 of file objectaddress.c.

Referenced by get_object_property_data().

◆ is_nsp_name_unique

bool ObjectPropertyType::is_nsp_name_unique

Definition at line 113 of file objectaddress.c.

Referenced by get_object_namensp_unique().

◆ name_catcache_id

int ObjectPropertyType::name_catcache_id

Definition at line 104 of file objectaddress.c.

Referenced by get_object_catcache_name().

◆ objtype

ObjectType ObjectPropertyType::objtype

Definition at line 112 of file objectaddress.c.

Referenced by get_object_type().

◆ oid_catcache_id

int ObjectPropertyType::oid_catcache_id

Definition at line 103 of file objectaddress.c.

Referenced by get_object_catcache_oid().

◆ oid_index_oid

Oid ObjectPropertyType::oid_index_oid

Definition at line 102 of file objectaddress.c.

Referenced by get_object_oid_index().


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