PostgreSQL Source Code git master
IntoClause Struct Reference

#include <primnodes.h>

Public Member Functions

struct Query *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 159 of file primnodes.h.

Member Function Documentation

◆ pg_node_attr()

struct Query *viewQuery IntoClause::pg_node_attr ( query_jumble_ignore  )

Field Documentation

◆ accessMethod

char* IntoClause::accessMethod

Definition at line 165 of file primnodes.h.

Referenced by create_ctas_internal().

◆ colNames

List* IntoClause::colNames

Definition at line 164 of file primnodes.h.

Referenced by create_ctas_nodata(), and intorel_startup().

◆ onCommit

OnCommitAction IntoClause::onCommit

Definition at line 167 of file primnodes.h.

Referenced by create_ctas_internal().

◆ options

List* IntoClause::options

Definition at line 166 of file primnodes.h.

Referenced by create_ctas_internal().

◆ rel

RangeVar* IntoClause::rel

◆ skipData

◆ tableSpaceName

char* IntoClause::tableSpaceName

Definition at line 168 of file primnodes.h.

Referenced by create_ctas_internal().

◆ type

NodeTag IntoClause::type

Definition at line 161 of file primnodes.h.


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