PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 3419 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropStmt::behavior

Definition at line 3424 of file parsenodes.h.

◆ concurrent

bool DropStmt::concurrent

Definition at line 3426 of file parsenodes.h.

◆ missing_ok

bool DropStmt::missing_ok

Definition at line 3425 of file parsenodes.h.

◆ objects

List* DropStmt::objects

Definition at line 3422 of file parsenodes.h.

◆ removeType

ObjectType DropStmt::removeType

Definition at line 3423 of file parsenodes.h.

◆ type

NodeTag DropStmt::type

Definition at line 3421 of file parsenodes.h.


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