PostgreSQL Source Code: CreateOpClassStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
List * | opclassname |
List * | opfamilyname |
char * | amname |
TypeName * | datatype |
List * | items |
bool | isDefault |
Definition at line 3263 of file parsenodes.h.
◆ amname
char* CreateOpClassStmt::amname
◆ datatype
◆ isDefault
bool CreateOpClassStmt::isDefault
◆ items
List* CreateOpClassStmt::items
◆ opclassname
List* CreateOpClassStmt::opclassname
◆ opfamilyname
List* CreateOpClassStmt::opfamilyname
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h