PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
List * | cols |
Node * | selectStmt |
OnConflictClause * | onConflictClause |
ReturningClause * | returningClause |
WithClause * | withClause |
OverridingKind | override |
Definition at line 2104 of file parsenodes.h.
List* InsertStmt::cols |
Definition at line 2108 of file parsenodes.h.
OnConflictClause* InsertStmt::onConflictClause |
Definition at line 2110 of file parsenodes.h.
OverridingKind InsertStmt::override |
Definition at line 2113 of file parsenodes.h.
RangeVar* InsertStmt::relation |
Definition at line 2107 of file parsenodes.h.
ReturningClause* InsertStmt::returningClause |
Definition at line 2111 of file parsenodes.h.
Node* InsertStmt::selectStmt |
Definition at line 2109 of file parsenodes.h.
NodeTag InsertStmt::type |
Definition at line 2106 of file parsenodes.h.
WithClause* InsertStmt::withClause |
Definition at line 2112 of file parsenodes.h.