|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | roles |
| DropBehavior | behavior |
Definition at line 4212 of file parsenodes.h.
| DropBehavior DropOwnedStmt::behavior |
Definition at line 4216 of file parsenodes.h.
| List* DropOwnedStmt::roles |
Definition at line 4215 of file parsenodes.h.
| NodeTag DropOwnedStmt::type |
Definition at line 4214 of file parsenodes.h.