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