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

Field Documentation

◆ behavior

DropBehavior AlterDomainStmt::behavior

Definition at line 2707 of file parsenodes.h.

◆ def

Node* AlterDomainStmt::def

Definition at line 2706 of file parsenodes.h.

◆ missing_ok

bool AlterDomainStmt::missing_ok

Definition at line 2708 of file parsenodes.h.

◆ name

char* AlterDomainStmt::name

Definition at line 2705 of file parsenodes.h.

◆ subtype

AlterDomainType AlterDomainStmt::subtype

Definition at line 2703 of file parsenodes.h.

◆ type

NodeTag AlterDomainStmt::type

Definition at line 2702 of file parsenodes.h.

◆ typeName

List* AlterDomainStmt::typeName

Definition at line 2704 of file parsenodes.h.


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