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 1864 of file parsenodes.h.
List* InsertStmt::cols |
Definition at line 1868 of file parsenodes.h.
OnConflictClause* InsertStmt::onConflictClause |
Definition at line 1870 of file parsenodes.h.
OverridingKind InsertStmt::override |
Definition at line 1873 of file parsenodes.h.
RangeVar* InsertStmt::relation |
Definition at line 1867 of file parsenodes.h.
List* InsertStmt::returningList |
Definition at line 1871 of file parsenodes.h.
Node* InsertStmt::selectStmt |
Definition at line 1869 of file parsenodes.h.
NodeTag InsertStmt::type |
Definition at line 1866 of file parsenodes.h.
WithClause* InsertStmt::withClause |
Definition at line 1872 of file parsenodes.h.