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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char subtype
 
ListtypeName
 
char * name
 
Nodedef
 
DropBehavior behavior
 
bool missing_ok
 

Detailed Description

Definition at line 2514 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior AlterDomainStmt::behavior

Definition at line 2528 of file parsenodes.h.

◆ def

Node* AlterDomainStmt::def

Definition at line 2527 of file parsenodes.h.

◆ missing_ok

bool AlterDomainStmt::missing_ok

Definition at line 2529 of file parsenodes.h.

◆ name

char* AlterDomainStmt::name

Definition at line 2526 of file parsenodes.h.

◆ subtype

char AlterDomainStmt::subtype

Definition at line 2517 of file parsenodes.h.

◆ type

NodeTag AlterDomainStmt::type

Definition at line 2516 of file parsenodes.h.

◆ typeName

List* AlterDomainStmt::typeName

Definition at line 2525 of file parsenodes.h.


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