PostgreSQL Source Code  git master
DropOwnedStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listroles
 
DropBehavior behavior
 

Detailed Description

Definition at line 4082 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior DropOwnedStmt::behavior

Definition at line 4086 of file parsenodes.h.

◆ roles

List* DropOwnedStmt::roles

Definition at line 4085 of file parsenodes.h.

◆ type

NodeTag DropOwnedStmt::type

Definition at line 4084 of file parsenodes.h.


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