PostgreSQL Source Code git master
InsertStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Listcols
 
NodeselectStmt
 
OnConflictClauseonConflictClause
 
ReturningClausereturningClause
 
WithClausewithClause
 
OverridingKind override
 
ParseLoc stmt_location
 
ParseLoc stmt_len
 

Detailed Description

Definition at line 2083 of file parsenodes.h.

Field Documentation

◆ cols

List* InsertStmt::cols

Definition at line 2087 of file parsenodes.h.

◆ onConflictClause

OnConflictClause* InsertStmt::onConflictClause

Definition at line 2089 of file parsenodes.h.

◆ override

OverridingKind InsertStmt::override

Definition at line 2092 of file parsenodes.h.

◆ relation

RangeVar* InsertStmt::relation

Definition at line 2086 of file parsenodes.h.

◆ returningClause

ReturningClause* InsertStmt::returningClause

Definition at line 2090 of file parsenodes.h.

◆ selectStmt

Node* InsertStmt::selectStmt

Definition at line 2088 of file parsenodes.h.

◆ stmt_len

ParseLoc InsertStmt::stmt_len

Definition at line 2094 of file parsenodes.h.

◆ stmt_location

ParseLoc InsertStmt::stmt_location

Definition at line 2093 of file parsenodes.h.

◆ type

NodeTag InsertStmt::type

Definition at line 2085 of file parsenodes.h.

◆ withClause

WithClause* InsertStmt::withClause

Definition at line 2091 of file parsenodes.h.


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