PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_propgraph_element_label.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_propgraph_element_label_d.h"
Include dependency graph for pg_propgraph_element_label.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_CATALOG_STRUCT CATALOG (pg_propgraph_element_label, 8305, PropgraphElementLabelRelationId)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_propgraph_element_label_oid_index, 8312, PropgraphElementLabelObjectIndexId, pg_propgraph_element_label, btree(oid oid_ops))
 
 DECLARE_UNIQUE_INDEX (pg_propgraph_element_label_element_label_index, 8313, PropgraphElementLabelElementLabelIndexId, pg_propgraph_element_label, btree(pgelelid oid_ops, pgellabelid oid_ops))
 
 DECLARE_INDEX (pg_propgraph_element_label_label_index, 8317, PropgraphElementLabelLabelIndexId, pg_propgraph_element_label, btree(pgellabelid oid_ops))
 
 MAKE_SYSCACHE (PROPGRAPHELEMENTLABELELEMENTLABEL, pg_propgraph_element_label_element_label_index, 128)
 

Variables

END_CATALOG_STRUCT typedef FormData_pg_propgraph_element_labelForm_pg_propgraph_element_label
 
 FormData_pg_propgraph_element_label
 

Function Documentation

◆ CATALOG()

Definition at line 29 of file pg_propgraph_element_label.h.

30{
31 Oid oid;
32
33 /* OID of the label */
35
36 /* OID of the property graph element */
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
FormData_pg_propgraph_element_label
unsigned int Oid
static int fb(int x)

References BKI_LOOKUP, and fb().

◆ DECLARE_INDEX()

◆ DECLARE_UNIQUE_INDEX()

◆ DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_propgraph_element_label_oid_index  ,
8312  ,
PropgraphElementLabelObjectIndexId  ,
pg_propgraph_element_label  ,
btree(oid oid_ops  
)

◆ MAKE_SYSCACHE()

Variable Documentation

◆ Form_pg_propgraph_element_label

◆ FormData_pg_propgraph_element_label

FormData_pg_propgraph_element_label

Definition at line 38 of file pg_propgraph_element_label.h.