PostgreSQL Source Code  git master
CreateOpClassStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listopclassname
 
Listopfamilyname
 
char * amname
 
TypeNamedatatype
 
Listitems
 
bool isDefault
 

Detailed Description

Definition at line 3094 of file parsenodes.h.

Field Documentation

◆ amname

char* CreateOpClassStmt::amname

Definition at line 3099 of file parsenodes.h.

◆ datatype

TypeName* CreateOpClassStmt::datatype

Definition at line 3100 of file parsenodes.h.

◆ isDefault

bool CreateOpClassStmt::isDefault

Definition at line 3102 of file parsenodes.h.

◆ items

List* CreateOpClassStmt::items

Definition at line 3101 of file parsenodes.h.

◆ opclassname

List* CreateOpClassStmt::opclassname

Definition at line 3097 of file parsenodes.h.

◆ opfamilyname

List* CreateOpClassStmt::opfamilyname

Definition at line 3098 of file parsenodes.h.

◆ type

NodeTag CreateOpClassStmt::type

Definition at line 3096 of file parsenodes.h.


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