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 2661 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior AlterDomainStmt::behavior

Definition at line 2668 of file parsenodes.h.

◆ def

Node* AlterDomainStmt::def

Definition at line 2667 of file parsenodes.h.

◆ missing_ok

bool AlterDomainStmt::missing_ok

Definition at line 2669 of file parsenodes.h.

◆ name

char* AlterDomainStmt::name

Definition at line 2666 of file parsenodes.h.

◆ subtype

AlterDomainType AlterDomainStmt::subtype

Definition at line 2664 of file parsenodes.h.

◆ type

NodeTag AlterDomainStmt::type

Definition at line 2663 of file parsenodes.h.

◆ typeName

List* AlterDomainStmt::typeName

Definition at line 2665 of file parsenodes.h.


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