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

Data Fields

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

Detailed Description

Definition at line 73 of file parse_utilcmd.c.

Field Documentation

◆ alist

◆ blist

List* CreateStmtContext::blist

◆ ckconstraints

◆ columns

◆ fkconstraints

◆ inhRelations

List* CreateStmtContext::inhRelations

◆ isalter

bool CreateStmtContext::isalter

◆ isforeign

◆ ispartitioned

bool CreateStmtContext::ispartitioned

◆ ixconstraints

◆ likeclauses

List* CreateStmtContext::likeclauses

◆ nnconstraints

◆ ofType

bool CreateStmtContext::ofType

◆ partbound

PartitionBoundSpec* CreateStmtContext::partbound

◆ pkey

◆ pstate

◆ rel

◆ relation

◆ stmtType

const char* CreateStmtContext::stmtType

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