PostgreSQL Source Code  git master
CreateStmtContext Struct Reference

Data Fields

ParseStatepstate
 
const char * stmtType
 
RangeVarrelation
 
Relation rel
 
ListinhRelations
 
bool isforeign
 
bool isalter
 
Listcolumns
 
Listckconstraints
 
Listnnconstraints
 
Listfkconstraints
 
Listixconstraints
 
Listlikeclauses
 
Listextstats
 
Listblist
 
Listalist
 
IndexStmtpkey
 
bool ispartitioned
 
PartitionBoundSpecpartbound
 
bool ofType
 

Detailed Description

Definition at line 76 of file parse_utilcmd.c.

Field Documentation

◆ alist

◆ blist

List* CreateStmtContext::blist

◆ ckconstraints

◆ columns

◆ extstats

List* CreateStmtContext::extstats

◆ fkconstraints

◆ inhRelations

List* CreateStmtContext::inhRelations

◆ isalter

bool CreateStmtContext::isalter

◆ isforeign

◆ ispartitioned

bool CreateStmtContext::ispartitioned

Definition at line 97 of file parse_utilcmd.c.

Referenced by transformAlterTableStmt(), and transformCreateStmt().

◆ ixconstraints

◆ likeclauses

List* CreateStmtContext::likeclauses

◆ nnconstraints

◆ ofType

bool CreateStmtContext::ofType

◆ partbound

◆ pkey

◆ pstate

◆ rel

◆ relation

◆ stmtType

const char* CreateStmtContext::stmtType

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