PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AlterDomainStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
AlterDomainType subtype
 
ListtypeName
 
charname
 
Nodedef
 
DropBehavior behavior
 
bool missing_ok
 

Detailed Description

Definition at line 2640 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior AlterDomainStmt::behavior

Definition at line 2647 of file parsenodes.h.

◆ def

Node* AlterDomainStmt::def

Definition at line 2646 of file parsenodes.h.

◆ missing_ok

bool AlterDomainStmt::missing_ok

Definition at line 2648 of file parsenodes.h.

◆ name

char* AlterDomainStmt::name

Definition at line 2645 of file parsenodes.h.

◆ subtype

AlterDomainType AlterDomainStmt::subtype

Definition at line 2643 of file parsenodes.h.

◆ type

NodeTag AlterDomainStmt::type

Definition at line 2642 of file parsenodes.h.

◆ typeName

List* AlterDomainStmt::typeName

Definition at line 2644 of file parsenodes.h.


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