PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreateOpClassItem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
int itemtype
 
ObjectWithArgsname
 
int number
 
Listorder_family
 
Listclass_args
 
TypeNamestoredtype
 

Detailed Description

Definition at line 3377 of file parsenodes.h.

Field Documentation

◆ class_args

List* CreateOpClassItem::class_args

Definition at line 3384 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), AlterOpFamilyDrop(), and DefineOpClass().

◆ itemtype

int CreateOpClassItem::itemtype

Definition at line 3380 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), AlterOpFamilyDrop(), and DefineOpClass().

◆ name

ObjectWithArgs* CreateOpClassItem::name

Definition at line 3381 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), and DefineOpClass().

◆ number

int CreateOpClassItem::number

Definition at line 3382 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), AlterOpFamilyDrop(), and DefineOpClass().

◆ order_family

List* CreateOpClassItem::order_family

Definition at line 3383 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), and DefineOpClass().

◆ storedtype

TypeName* CreateOpClassItem::storedtype

Definition at line 3387 of file parsenodes.h.

Referenced by DefineOpClass().

◆ type

NodeTag CreateOpClassItem::type

Definition at line 3379 of file parsenodes.h.


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