PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
OnConflictAction | action |
InferClause * | infer |
List * | targetList |
Node * | whereClause |
ParseLoc | location |
Definition at line 1620 of file parsenodes.h.
OnConflictAction OnConflictClause::action |
Definition at line 1623 of file parsenodes.h.
Referenced by transformOnConflictArbiter(), and transformOnConflictClause().
InferClause* OnConflictClause::infer |
Definition at line 1624 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
ParseLoc OnConflictClause::location |
Definition at line 1627 of file parsenodes.h.
List* OnConflictClause::targetList |
Definition at line 1625 of file parsenodes.h.
Referenced by transformOnConflictClause().
NodeTag OnConflictClause::type |
Definition at line 1622 of file parsenodes.h.
Node* OnConflictClause::whereClause |
Definition at line 1626 of file parsenodes.h.
Referenced by transformOnConflictClause().