|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | opclassname |
| List * | opfamilyname |
| char * | amname |
| TypeName * | datatype |
| List * | items |
| bool | isDefault |
Definition at line 3362 of file parsenodes.h.
| char* CreateOpClassStmt::amname |
Definition at line 3367 of file parsenodes.h.
| TypeName* CreateOpClassStmt::datatype |
Definition at line 3368 of file parsenodes.h.
| bool CreateOpClassStmt::isDefault |
Definition at line 3370 of file parsenodes.h.
| List* CreateOpClassStmt::items |
Definition at line 3369 of file parsenodes.h.
| List* CreateOpClassStmt::opclassname |
Definition at line 3365 of file parsenodes.h.
| List* CreateOpClassStmt::opfamilyname |
Definition at line 3366 of file parsenodes.h.
| NodeTag CreateOpClassStmt::type |
Definition at line 3364 of file parsenodes.h.