PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Index | rti |
LockClauseStrength | strength |
LockWaitPolicy | waitPolicy |
bool | pushedDown |
Definition at line 1576 of file parsenodes.h.
bool RowMarkClause::pushedDown |
Definition at line 1582 of file parsenodes.h.
Referenced by applyLockingClause(), and get_select_query_def().
Index RowMarkClause::rti |
Definition at line 1579 of file parsenodes.h.
Referenced by applyLockingClause(), ChangeVarNodes(), get_parse_rowmark(), get_select_query_def(), make_outerjoininfo(), OffsetVarNodes(), and preprocess_rowmarks().
LockClauseStrength RowMarkClause::strength |
Definition at line 1580 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), make_outerjoininfo(), and preprocess_rowmarks().
NodeTag RowMarkClause::type |
Definition at line 1578 of file parsenodes.h.
LockWaitPolicy RowMarkClause::waitPolicy |
Definition at line 1581 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), and preprocess_rowmarks().