PostgreSQL Source Code git master
|
#include <parsenodes.h>
Definition at line 2083 of file parsenodes.h.
List* InsertStmt::cols |
Definition at line 2087 of file parsenodes.h.
OnConflictClause* InsertStmt::onConflictClause |
Definition at line 2089 of file parsenodes.h.
OverridingKind InsertStmt::override |
Definition at line 2092 of file parsenodes.h.
RangeVar* InsertStmt::relation |
Definition at line 2086 of file parsenodes.h.
ReturningClause* InsertStmt::returningClause |
Definition at line 2090 of file parsenodes.h.
Node* InsertStmt::selectStmt |
Definition at line 2088 of file parsenodes.h.
ParseLoc InsertStmt::stmt_len |
Definition at line 2094 of file parsenodes.h.
ParseLoc InsertStmt::stmt_location |
Definition at line 2093 of file parsenodes.h.
NodeTag InsertStmt::type |
Definition at line 2085 of file parsenodes.h.
WithClause* InsertStmt::withClause |
Definition at line 2091 of file parsenodes.h.