PostgreSQL Source Code  git master
CreateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
ListtableElts
 
ListinhRelations
 
PartitionBoundSpecpartbound
 
PartitionSpecpartspec
 
TypeNameofTypename
 
Listconstraints
 
Listnnconstraints
 
Listoptions
 
OnCommitAction oncommit
 
char * tablespacename
 
char * accessMethod
 
bool if_not_exists
 

Detailed Description

Definition at line 2672 of file parsenodes.h.

Field Documentation

◆ accessMethod

char* CreateStmt::accessMethod

Definition at line 2687 of file parsenodes.h.

Referenced by create_ctas_internal().

◆ constraints

List* CreateStmt::constraints

Definition at line 2682 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ if_not_exists

bool CreateStmt::if_not_exists

Definition at line 2688 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ inhRelations

List* CreateStmt::inhRelations

Definition at line 2677 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ nnconstraints

List* CreateStmt::nnconstraints

Definition at line 2683 of file parsenodes.h.

◆ ofTypename

TypeName* CreateStmt::ofTypename

Definition at line 2681 of file parsenodes.h.

Referenced by create_ctas_internal().

◆ oncommit

OnCommitAction CreateStmt::oncommit

Definition at line 2685 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ options

List* CreateStmt::options

◆ partbound

PartitionBoundSpec* CreateStmt::partbound

Definition at line 2679 of file parsenodes.h.

◆ partspec

PartitionSpec* CreateStmt::partspec

Definition at line 2680 of file parsenodes.h.

◆ relation

◆ tableElts

List* CreateStmt::tableElts

Definition at line 2676 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ tablespacename

char* CreateStmt::tablespacename

Definition at line 2686 of file parsenodes.h.

Referenced by create_ctas_internal(), DefineCompositeType(), and DefineVirtualRelation().

◆ type

NodeTag CreateStmt::type

Definition at line 2674 of file parsenodes.h.


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