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 3242 of file parsenodes.h.
char* CreateOpClassStmt::amname |
Definition at line 3247 of file parsenodes.h.
TypeName* CreateOpClassStmt::datatype |
Definition at line 3248 of file parsenodes.h.
bool CreateOpClassStmt::isDefault |
Definition at line 3250 of file parsenodes.h.
List* CreateOpClassStmt::items |
Definition at line 3249 of file parsenodes.h.
List* CreateOpClassStmt::opclassname |
Definition at line 3245 of file parsenodes.h.
List* CreateOpClassStmt::opfamilyname |
Definition at line 3246 of file parsenodes.h.
NodeTag CreateOpClassStmt::type |
Definition at line 3244 of file parsenodes.h.