PostgreSQL Source Code: DropStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * objects
ObjectType removeType
DropBehavior behavior
bool missing_ok
bool concurrent

Detailed Description

Definition at line 3359 of file parsenodes.h.

Field Documentation

behavior

DropBehavior DropStmt::behavior

Definition at line 3364 of file parsenodes.h.

Referenced by RemoveRelations().

concurrent

bool DropStmt::concurrent

Definition at line 3366 of file parsenodes.h.

Referenced by RemoveRelations().

missing_ok

bool DropStmt::missing_ok

Definition at line 3365 of file parsenodes.h.

Referenced by RemoveRelations().

objects

List* DropStmt::objects

Definition at line 3362 of file parsenodes.h.

Referenced by RemoveRelations().

removeType

ObjectType DropStmt::removeType

Definition at line 3363 of file parsenodes.h.

Referenced by RemoveRelations().

type

NodeTag DropStmt::type

Definition at line 3361 of file parsenodes.h.


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