Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

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 2104 of file parsenodes.h.

Field Documentation

◆ cols

List* InsertStmt::cols

Definition at line 2108 of file parsenodes.h.

◆ onConflictClause

OnConflictClause* InsertStmt::onConflictClause

Definition at line 2110 of file parsenodes.h.

◆ override

OverridingKind InsertStmt::override

Definition at line 2113 of file parsenodes.h.

◆ relation

RangeVar* InsertStmt::relation

Definition at line 2107 of file parsenodes.h.

◆ returningClause

ReturningClause* InsertStmt::returningClause

Definition at line 2111 of file parsenodes.h.

◆ selectStmt

Node* InsertStmt::selectStmt

Definition at line 2109 of file parsenodes.h.

◆ type

NodeTag InsertStmt::type

Definition at line 2106 of file parsenodes.h.

◆ withClause

WithClause* InsertStmt::withClause

Definition at line 2112 of file parsenodes.h.


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