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 1630 of file parsenodes.h.
OnConflictAction OnConflictClause::action |
Definition at line 1633 of file parsenodes.h.
Referenced by transformOnConflictArbiter(), and transformOnConflictClause().
InferClause* OnConflictClause::infer |
Definition at line 1634 of file parsenodes.h.
Referenced by transformOnConflictArbiter().
ParseLoc OnConflictClause::location |
Definition at line 1637 of file parsenodes.h.
List* OnConflictClause::targetList |
Definition at line 1635 of file parsenodes.h.
Referenced by transformOnConflictClause().
NodeTag OnConflictClause::type |
Definition at line 1632 of file parsenodes.h.
Node* OnConflictClause::whereClause |
Definition at line 1636 of file parsenodes.h.
Referenced by transformOnConflictClause().