PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Index | rti |
LockClauseStrength | strength |
LockWaitPolicy | waitPolicy |
bool | pushedDown |
Definition at line 1585 of file parsenodes.h.
bool RowMarkClause::pushedDown |
Definition at line 1591 of file parsenodes.h.
Referenced by applyLockingClause(), and get_select_query_def().
Index RowMarkClause::rti |
Definition at line 1588 of file parsenodes.h.
Referenced by applyLockingClause(), ChangeVarNodesExtended(), get_parse_rowmark(), get_select_query_def(), make_outerjoininfo(), OffsetVarNodes(), and preprocess_rowmarks().
LockClauseStrength RowMarkClause::strength |
Definition at line 1589 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), make_outerjoininfo(), and preprocess_rowmarks().
NodeTag RowMarkClause::type |
Definition at line 1587 of file parsenodes.h.
LockWaitPolicy RowMarkClause::waitPolicy |
Definition at line 1590 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), and preprocess_rowmarks().