PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | relations |
int | mode |
bool | nowait |
Definition at line 3653 of file parsenodes.h.
int LockStmt::mode |
Definition at line 3657 of file parsenodes.h.
Referenced by ClassifyUtilityCommandAsReadOnly(), and LockTableCommand().
bool LockStmt::nowait |
Definition at line 3658 of file parsenodes.h.
Referenced by LockTableCommand().
List* LockStmt::relations |
Definition at line 3656 of file parsenodes.h.
Referenced by LockTableCommand().
NodeTag LockStmt::type |
Definition at line 3655 of file parsenodes.h.