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 3947 of file parsenodes.h.

Field Documentation

◆ mode

int LockStmt::mode

Definition at line 3951 of file parsenodes.h.

Referenced by LockTableCommand().

◆ nowait

bool LockStmt::nowait

Definition at line 3952 of file parsenodes.h.

Referenced by LockTableCommand().

◆ relations

List* LockStmt::relations

Definition at line 3950 of file parsenodes.h.

Referenced by LockTableCommand().

◆ type

NodeTag LockStmt::type

Definition at line 3949 of file parsenodes.h.


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