PostgreSQL Source Code git master
InsertStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcols
 
NodeselectStmt
 
OnConflictClauseonConflictClause
 
ReturningClausereturningClause
 
WithClausewithClause
 
OverridingKind override
 

Detailed Description

Definition at line 2131 of file parsenodes.h.

Field Documentation

◆ cols

List* InsertStmt::cols

Definition at line 2135 of file parsenodes.h.

◆ onConflictClause

OnConflictClause* InsertStmt::onConflictClause

Definition at line 2137 of file parsenodes.h.

◆ override

OverridingKind InsertStmt::override

Definition at line 2140 of file parsenodes.h.

◆ relation

RangeVar* InsertStmt::relation

Definition at line 2134 of file parsenodes.h.

◆ returningClause

ReturningClause* InsertStmt::returningClause

Definition at line 2138 of file parsenodes.h.

◆ selectStmt

Node* InsertStmt::selectStmt

Definition at line 2136 of file parsenodes.h.

◆ type

NodeTag InsertStmt::type

Definition at line 2133 of file parsenodes.h.

◆ withClause

WithClause* InsertStmt::withClause

Definition at line 2139 of file parsenodes.h.


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