|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | objects |
| ObjectType | removeType |
| DropBehavior | behavior |
| bool | missing_ok |
| bool | concurrent |
Definition at line 3419 of file parsenodes.h.
| DropBehavior DropStmt::behavior |
Definition at line 3424 of file parsenodes.h.
| bool DropStmt::concurrent |
Definition at line 3426 of file parsenodes.h.
| bool DropStmt::missing_ok |
Definition at line 3425 of file parsenodes.h.
| List* DropStmt::objects |
Definition at line 3422 of file parsenodes.h.
| ObjectType DropStmt::removeType |
Definition at line 3423 of file parsenodes.h.
| NodeTag DropStmt::type |
Definition at line 3421 of file parsenodes.h.