PostgreSQL Source Code: InsertStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
RangeVar * relation
List * cols
Node * selectStmt
OnConflictClause * onConflictClause
ReturningClause * returningClause
WithClause * withClause
OverridingKind override
ParseLoc stmt_location
ParseLoc stmt_len

Definition at line 2088 of file parsenodes.h.

cols

onConflictClause

override

relation

returningClause

selectStmt

Node* InsertStmt::selectStmt

stmt_len

stmt_location

type

withClause


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