PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PlanRowMark Struct Reference

#include <plannodes.h>

Public Member Functions

 pg_node_attr (no_equal, no_query_jumble) NodeTag type
 

Data Fields

Index rti
 
Index prti
 
Index rowmarkId
 
RowMarkType markType
 
int allMarkTypes
 
LockClauseStrength strength
 
LockWaitPolicy waitPolicy
 
bool isParent
 

Detailed Description

Definition at line 1584 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr()

PlanRowMark::pg_node_attr ( no_equal  ,
no_query_jumble   
)

Field Documentation

◆ allMarkTypes

int PlanRowMark::allMarkTypes

Definition at line 1598 of file plannodes.h.

Referenced by preprocess_targetlist().

◆ isParent

bool PlanRowMark::isParent

◆ markType

RowMarkType PlanRowMark::markType

Definition at line 1596 of file plannodes.h.

Referenced by InitPlan().

◆ prti

Index PlanRowMark::prti

◆ rowmarkId

Index PlanRowMark::rowmarkId

Definition at line 1594 of file plannodes.h.

Referenced by InitPlan(), and preprocess_targetlist().

◆ rti

◆ strength

LockClauseStrength PlanRowMark::strength

Definition at line 1600 of file plannodes.h.

Referenced by deparseLockingClause(), and InitPlan().

◆ waitPolicy

LockWaitPolicy PlanRowMark::waitPolicy

Definition at line 1602 of file plannodes.h.

Referenced by InitPlan().


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