PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LockStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listrelations
 
int mode
 
bool nowait
 

Detailed Description

Definition at line 4031 of file parsenodes.h.

Field Documentation

◆ mode

int LockStmt::mode

Definition at line 4035 of file parsenodes.h.

Referenced by LockTableCommand().

◆ nowait

bool LockStmt::nowait

Definition at line 4036 of file parsenodes.h.

Referenced by LockTableCommand().

◆ relations

List* LockStmt::relations

Definition at line 4034 of file parsenodes.h.

Referenced by LockTableCommand().

◆ type

NodeTag LockStmt::type

Definition at line 4033 of file parsenodes.h.


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