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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listroles
 
DropBehavior behavior
 

Detailed Description

Definition at line 4171 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropOwnedStmt::behavior

Definition at line 4175 of file parsenodes.h.

◆ roles

List* DropOwnedStmt::roles

Definition at line 4174 of file parsenodes.h.

◆ type

NodeTag DropOwnedStmt::type

Definition at line 4173 of file parsenodes.h.


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