PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DropStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listobjects
 
ObjectType removeType
 
DropBehavior behavior
 
bool missing_ok
 
bool concurrent
 

Detailed Description

Definition at line 3320 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropStmt::behavior

Definition at line 3325 of file parsenodes.h.

Referenced by RemoveRelations().

◆ concurrent

bool DropStmt::concurrent

Definition at line 3327 of file parsenodes.h.

Referenced by RemoveRelations().

◆ missing_ok

bool DropStmt::missing_ok

Definition at line 3326 of file parsenodes.h.

Referenced by RemoveRelations().

◆ objects

List* DropStmt::objects

Definition at line 3323 of file parsenodes.h.

Referenced by RemoveRelations().

◆ removeType

ObjectType DropStmt::removeType

Definition at line 3324 of file parsenodes.h.

Referenced by RemoveRelations().

◆ type

NodeTag DropStmt::type

Definition at line 3322 of file parsenodes.h.


The documentation for this struct was generated from the following file: