PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
List * | cols |
Node * | selectStmt |
OnConflictClause * | onConflictClause |
List * | returningList |
WithClause * | withClause |
OverridingKind | override |
Definition at line 2038 of file parsenodes.h.
List* InsertStmt::cols |
Definition at line 2042 of file parsenodes.h.
OnConflictClause* InsertStmt::onConflictClause |
Definition at line 2044 of file parsenodes.h.
OverridingKind InsertStmt::override |
Definition at line 2047 of file parsenodes.h.
RangeVar* InsertStmt::relation |
Definition at line 2041 of file parsenodes.h.
List* InsertStmt::returningList |
Definition at line 2045 of file parsenodes.h.
Node* InsertStmt::selectStmt |
Definition at line 2043 of file parsenodes.h.
NodeTag InsertStmt::type |
Definition at line 2040 of file parsenodes.h.
WithClause* InsertStmt::withClause |
Definition at line 2046 of file parsenodes.h.