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