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 3398 of file parsenodes.h.

Field Documentation

◆ class_args

List* CreateOpClassItem::class_args

Definition at line 3405 of file parsenodes.h.

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

◆ itemtype

int CreateOpClassItem::itemtype

Definition at line 3401 of file parsenodes.h.

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

◆ name

ObjectWithArgs* CreateOpClassItem::name

Definition at line 3402 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), and DefineOpClass().

◆ number

int CreateOpClassItem::number

Definition at line 3403 of file parsenodes.h.

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

◆ order_family

List* CreateOpClassItem::order_family

Definition at line 3404 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), and DefineOpClass().

◆ storedtype

TypeName* CreateOpClassItem::storedtype

Definition at line 3408 of file parsenodes.h.

Referenced by DefineOpClass().

◆ type

NodeTag CreateOpClassItem::type

Definition at line 3400 of file parsenodes.h.


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