PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Index | rti |
LockClauseStrength | strength |
LockWaitPolicy | waitPolicy |
bool | pushedDown |
Definition at line 1531 of file parsenodes.h.
bool RowMarkClause::pushedDown |
Definition at line 1537 of file parsenodes.h.
Referenced by applyLockingClause(), and get_select_query_def().
Index RowMarkClause::rti |
Definition at line 1534 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 1535 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), make_outerjoininfo(), and preprocess_rowmarks().
NodeTag RowMarkClause::type |
Definition at line 1533 of file parsenodes.h.
LockWaitPolicy RowMarkClause::waitPolicy |
Definition at line 1536 of file parsenodes.h.
Referenced by applyLockingClause(), ApplyRetrieveRule(), get_select_query_def(), and preprocess_rowmarks().