|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| ObjectType | kind |
| bool | oldstyle |
| List * | defnames |
| List * | args |
| List * | definition |
| bool | if_not_exists |
| bool | replace |
Definition at line 3245 of file parsenodes.h.
| List* DefineStmt::args |
Definition at line 3251 of file parsenodes.h.
| List* DefineStmt::definition |
Definition at line 3252 of file parsenodes.h.
| List* DefineStmt::defnames |
Definition at line 3250 of file parsenodes.h.
| bool DefineStmt::if_not_exists |
Definition at line 3253 of file parsenodes.h.
| ObjectType DefineStmt::kind |
Definition at line 3248 of file parsenodes.h.
| bool DefineStmt::oldstyle |
Definition at line 3249 of file parsenodes.h.
| bool DefineStmt::replace |
Definition at line 3254 of file parsenodes.h.
| NodeTag DefineStmt::type |
Definition at line 3247 of file parsenodes.h.