PostgreSQL Source Code  git master
RowMarkClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Index rti
 
LockClauseStrength strength
 
LockWaitPolicy waitPolicy
 
bool pushedDown
 

Detailed Description

Definition at line 1581 of file parsenodes.h.

Field Documentation

◆ pushedDown

bool RowMarkClause::pushedDown

Definition at line 1587 of file parsenodes.h.

Referenced by applyLockingClause(), and get_select_query_def().

◆ rti

◆ strength

◆ type

NodeTag RowMarkClause::type

Definition at line 1583 of file parsenodes.h.

◆ waitPolicy

LockWaitPolicy RowMarkClause::waitPolicy

The documentation for this struct was generated from the following file: