PostgreSQL Source Code  git master
LockStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listrelations
 
int mode
 
bool nowait
 

Detailed Description

Definition at line 3954 of file parsenodes.h.

Field Documentation

◆ mode

int LockStmt::mode

Definition at line 3958 of file parsenodes.h.

Referenced by LockTableCommand().

◆ nowait

bool LockStmt::nowait

Definition at line 3959 of file parsenodes.h.

Referenced by LockTableCommand().

◆ relations

List* LockStmt::relations

Definition at line 3957 of file parsenodes.h.

Referenced by LockTableCommand().

◆ type

NodeTag LockStmt::type

Definition at line 3956 of file parsenodes.h.


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