PostgreSQL Source Code  git master
IntoClause Struct Reference

#include <primnodes.h>

Public Member Functions

Node *viewQuery pg_node_attr (query_jumble_ignore)
 

Data Fields

NodeTag type
 
RangeVarrel
 
ListcolNames
 
char * accessMethod
 
Listoptions
 
OnCommitAction onCommit
 
char * tableSpaceName
 
bool skipData
 

Detailed Description

Definition at line 158 of file primnodes.h.

Member Function Documentation

◆ pg_node_attr()

Node* viewQuery IntoClause::pg_node_attr ( query_jumble_ignore  )

Field Documentation

◆ accessMethod

char* IntoClause::accessMethod

Definition at line 164 of file primnodes.h.

Referenced by create_ctas_internal().

◆ colNames

List* IntoClause::colNames

Definition at line 163 of file primnodes.h.

Referenced by create_ctas_nodata(), and intorel_startup().

◆ onCommit

OnCommitAction IntoClause::onCommit

Definition at line 166 of file primnodes.h.

Referenced by create_ctas_internal().

◆ options

List* IntoClause::options

Definition at line 165 of file primnodes.h.

Referenced by create_ctas_internal().

◆ rel

RangeVar* IntoClause::rel

◆ skipData

◆ tableSpaceName

char* IntoClause::tableSpaceName

Definition at line 167 of file primnodes.h.

Referenced by create_ctas_internal().

◆ type

NodeTag IntoClause::type

Definition at line 160 of file primnodes.h.


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