|
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 3331 of file parsenodes.h.
| DropBehavior DropStmt::behavior |
Definition at line 3336 of file parsenodes.h.
Referenced by RemoveRelations().
| bool DropStmt::concurrent |
Definition at line 3338 of file parsenodes.h.
Referenced by RemoveRelations().
| bool DropStmt::missing_ok |
Definition at line 3337 of file parsenodes.h.
Referenced by RemoveRelations().
| List* DropStmt::objects |
Definition at line 3334 of file parsenodes.h.
Referenced by RemoveRelations().
| ObjectType DropStmt::removeType |
Definition at line 3335 of file parsenodes.h.
Referenced by RemoveRelations().
| NodeTag DropStmt::type |
Definition at line 3333 of file parsenodes.h.