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 1878 of file parsenodes.h.
List* InsertStmt::cols |
Definition at line 1882 of file parsenodes.h.
OnConflictClause* InsertStmt::onConflictClause |
Definition at line 1884 of file parsenodes.h.
OverridingKind InsertStmt::override |
Definition at line 1887 of file parsenodes.h.
RangeVar* InsertStmt::relation |
Definition at line 1881 of file parsenodes.h.
List* InsertStmt::returningList |
Definition at line 1885 of file parsenodes.h.
Node* InsertStmt::selectStmt |
Definition at line 1883 of file parsenodes.h.
NodeTag InsertStmt::type |
Definition at line 1880 of file parsenodes.h.
WithClause* InsertStmt::withClause |
Definition at line 1886 of file parsenodes.h.