PostgreSQL Source Code  git master
InsertStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcols
 
NodeselectStmt
 
OnConflictClauseonConflictClause
 
ListreturningList
 
WithClausewithClause
 
OverridingKind override
 

Detailed Description

Definition at line 2044 of file parsenodes.h.

Field Documentation

◆ cols

List* InsertStmt::cols

Definition at line 2048 of file parsenodes.h.

◆ onConflictClause

OnConflictClause* InsertStmt::onConflictClause

Definition at line 2050 of file parsenodes.h.

◆ override

OverridingKind InsertStmt::override

Definition at line 2053 of file parsenodes.h.

◆ relation

RangeVar* InsertStmt::relation

Definition at line 2047 of file parsenodes.h.

◆ returningList

List* InsertStmt::returningList

Definition at line 2051 of file parsenodes.h.

◆ selectStmt

Node* InsertStmt::selectStmt

Definition at line 2049 of file parsenodes.h.

◆ type

NodeTag InsertStmt::type

Definition at line 2046 of file parsenodes.h.

◆ withClause

WithClause* InsertStmt::withClause

Definition at line 2052 of file parsenodes.h.


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