PostgreSQL Source Code  git master
TransactionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
TransactionStmtKind kind
 
Listoptions
 
char * savepoint_name
 
char * gid
 
bool chain
 

Detailed Description

Definition at line 3498 of file parsenodes.h.

Field Documentation

◆ chain

bool TransactionStmt::chain

Definition at line 3505 of file parsenodes.h.

◆ gid

char* TransactionStmt::gid

Definition at line 3504 of file parsenodes.h.

◆ kind

TransactionStmtKind TransactionStmt::kind

Definition at line 3501 of file parsenodes.h.

◆ options

List* TransactionStmt::options

Definition at line 3502 of file parsenodes.h.

◆ savepoint_name

char* TransactionStmt::savepoint_name

Definition at line 3503 of file parsenodes.h.

◆ type

NodeTag TransactionStmt::type

Definition at line 3500 of file parsenodes.h.


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