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 1652 of file parsenodes.h.
OnConflictAction OnConflictClause::action |
Definition at line 1655 of file parsenodes.h.
Referenced by transformOnConflictArbiter(), and transformOnConflictClause().
InferClause* OnConflictClause::infer |
Definition at line 1656 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
ParseLoc OnConflictClause::location |
Definition at line 1659 of file parsenodes.h.
List* OnConflictClause::targetList |
Definition at line 1657 of file parsenodes.h.
Referenced by transformOnConflictClause().
NodeTag OnConflictClause::type |
Definition at line 1654 of file parsenodes.h.
Node* OnConflictClause::whereClause |
Definition at line 1658 of file parsenodes.h.
Referenced by transformOnConflictClause().